WebExtension.net
WebExtension.net

Viaplay Episode Selector: episode list.

View on Chrome Web Store
View Viaplay Episode Selector: episode list. 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.

Extension adds an episode list button to select the episode while watching Viaplay series.
Type
Extension
Users
7 users
Awesome Extensions
View author page of Awesome Extensions
Published
Published on August 31, 2023
Version 1.0.2
Manifest version
3
Updated
Updated on August 12, 2024
View on Chrome Web Store
View Viaplay Episode Selector: episode list. 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": "Viaplay Episode Selector: episode list.",
    "description": "Extension adds an episode list button to select the episode while watching Viaplay series.",
    "version": "1.0.2",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.viaplay.pl\/*",
        "*:\/\/*.viaplay.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "48x48_Viaplay.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "injectedPopup.js"
            ],
            "css": [
                "injectedCss.css"
            ],
            "matches": [
                "*:\/\/*.viaplay.pl\/*",
                "*:\/\/*.viaplay.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "48x48_Viaplay.png",
        "128": "128x128_Viaplay.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "play_default.png"
            ],
            "matches": [
                "*:\/\/*.viaplay.pl\/*",
                "*:\/\/*.viaplay.com\/*"
            ]
        }
    ],
    "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