WebExtension.net
WebExtension.net

Channel Blocker

View on Chrome Web Store
View Channel Blocker Chrome Extension on Chrome Web Store
3.7 (621 ratings)

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

Allows you to block YouTube™ videos and comments by blacklisting users and/or by using regular expressions.
Type
Extension
Users
100,000 users
timemachine.development
View author page of timemachine.development
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 29, 2018
Version 3.0.5
Manifest version
3
Updated
Updated on August 5, 2024
View on Chrome Web Store
View Channel Blocker Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Channel Blocker",
    "version": "3.0.5",
    "description": "Allows you to block YouTube\u2122 videos and comments by blacklisting users and\/or by using regular expressions.",
    "icons": {
        "16": ".\/images\/CB_icon_16.png",
        "32": ".\/images\/CB_icon_32.png",
        "48": ".\/images\/CB_icon_48.png",
        "96": ".\/images\/CB_icon_96.png",
        "128": ".\/images\/CB_icon_128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "background": {
        "service_worker": "service-worker\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-scripts\/enums\/enums.js",
                "content-scripts\/enums\/messages.js",
                "content-scripts\/helper\/index.js",
                "content-scripts\/helper\/blockBtn.js",
                "content-scripts\/storage\/index.js",
                "content-scripts\/context\/index.js",
                "content-scripts\/observer\/observer.js",
                "content-scripts\/observer\/videoCreatorObserver.js",
                "content-scripts\/observer\/index.js",
                "content-scripts\/index.js"
            ]
        }
    ],
    "options_page": ".\/ui\/settings\/index.html",
    "action": {
        "default_title": "Channel Blocker (Configuration)",
        "default_icon": {
            "16": ".\/images\/CB_icon_16.png",
            "32": ".\/images\/CB_icon_32.png",
            "48": ".\/images\/CB_icon_48.png",
            "96": ".\/images\/CB_icon_96.png",
            "128": ".\/images\/CB_icon_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