WebExtension.net
WebExtension.net

Crunchyroll Ad Skipper

View on Chrome Web Store
View Crunchyroll Ad Skipper Chrome Extension on Chrome Web Store
5.0 (2 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically skip ads on Crunchyroll.
Type
Extension
Users
563 users
1
Awesome Extensions
View author page of Awesome Extensions
Published
Published on September 15, 2023
Version 0.0.3
Manifest version
3
Updated
Updated on August 12, 2024
View on Chrome Web Store
View Crunchyroll Ad Skipper Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.0.3",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.crunchyroll.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "48CrSkipper.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.crunchyroll.com\/*"
            ],
            "match_origin_as_fallback": true,
            "all_frames": true
        }
    ],
    "icons": {
        "48": "48CrSkipper.png",
        "128": "128CrSkipper.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top