WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AMC+ Skipper: skip ads, intros & more

AMC+ Skipper: skip ads, intros & more

View on Chrome Web Store
View AMC+ Skipper: skip ads, intros & more Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
21 views
This extension has been viewed 21 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.

Automatically skip intros, block ads and click next episode button on AMC+
Type
Extension
Users
80 users
1
SVODExtensions
View author page of SVODExtensions
Published
Published on April 5, 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+ Skipper: skip ads, intros & more 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_popup": "popup.html",
        "default_icon": "osn36Skipper.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.amcplus.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "options.js",
                "contentAll.js"
            ],
            "css": [
                "contentAll.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "36": "osn36Skipper.png",
        "128": "osn128Skipper.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "osn36Skipper.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "loading-gif.gif"
            ],
            "matches": [
                "*:\/\/*.amcplus.com\/*"
            ]
        }
    ],
    "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