WebExtension.net
WebExtension.net

YouTube Auto Pause Blocker

View on Chrome Web Store
View YouTube Auto Pause Blocker Chrome Extension on Chrome Web Store
2.9 (129 ratings)

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

Disables the "Video Paused. Continue Watching?" popup on YouTube.
Type
Extension
Users
30,000 users
Website browsecraft.com
BrowseCraft
View author page of BrowseCraft
Published
Published on September 28, 2019
Version 24.11.11
Manifest version
3
Updated
Updated on November 12, 2024
View on Chrome Web Store
View YouTube Auto Pause Blocker Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Auto Pause Blocker",
    "description": "Disables the \"Video Paused. Continue Watching?\" popup on YouTube.",
    "version": "24.11.11",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "injected.js"
            ],
            "world": "MAIN",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "128.png"
    }
}
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