WebExtension.net
WebExtension.net

Block Sponsor Comments

View on Chrome Web Store
View Block Sponsor Comments 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.

Browser extension to remove sponsors from YouTube descriptions and comments.
Type
Extension
Users
10 users
1
MagicJinn
View author page of MagicJinn
Published
Published on May 31, 2024
Version 1.5.6
Manifest version
3
Updated
Updated on October 11, 2024
View on Chrome Web Store
View Block Sponsor Comments Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Block Sponsor Comments",
    "version": "1.5.6",
    "description": "Browser extension to remove sponsors from YouTube descriptions and comments.",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "action": {
        "default_popup": "settings.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "blocker.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html",
                "*.json"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.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