WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AMC+ Episode Selector: episode list.

AMC+ Episode Selector: episode list.

View on Chrome Web Store
View AMC+ Episode Selector: episode list. Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
26 views
This extension has been viewed 26 times
0 downloads
This extension has been downloaded 0 times

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 AMC+ series.
Type
Extension
Users
2 users
1
SVODExtensions
View author page of SVODExtensions
Published
Published on April 11, 2025
Version 0.0.1
Manifest version
3
Updated
Updated on June 9, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View AMC+ Episode Selector: episode list. Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

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.1",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "48x48_Viaplay.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentAll.js"
            ],
            "css": [
                "contentAll.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "injectedPopup.js"
            ],
            "css": [
                "injectedCss.css"
            ],
            "matches": [
                "https:\/\/*.amcplus.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "48x48_Viaplay.png",
        "128": "128x128_Viaplay.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "play_default.png",
                "48x48_Viaplay.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2026 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