WebExtension.net
WebExtension.net

Roku Channel Skipper: Skip ads, intros

View on Chrome Web Store
View Roku Channel Skipper: Skip ads, intros Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Automatically skip ads, intros and click next episode button on Roku Channel.
Type
Extension
Users
574 users
1
SVODExtensions
View author page of SVODExtensions
Published
Published on March 11, 2023
Version 0.0.3
Manifest version
3
Updated
Updated on August 1, 2024
View on Chrome Web Store
View Roku Channel Skipper: Skip ads, intros Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roku Channel Skipper: Skip ads, intros",
    "description": "Automatically skip ads, intros and click next episode button on Roku Channel.",
    "version": "0.0.3",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.roku.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "48RokuSkipper.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.roku.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "48RokuSkipper.png",
        "128": "128RokuSkipper.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