Youtube video and channel blocker

Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters

什么是Youtube video and channel blocker?

Youtube video and channel blocker是由ybeln123开发的Chrome扩展程序,该扩展的主要功能是“Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Youtube video and channel blocker扩展crx文件

下载Youtube video and channel blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is for Google Chrome only. Operation in other browsers is not guaranteed.

Block Youtube videos by full title or partial match.                    

扩展基本信息

名称 Youtube video and channel blocker Youtube video and channel blocker
ID olldakipdpmhhpmlapaefnnialmcionp
官方URL https://chromewebstore.google.com/detail/youtube-video-and-channel/olldakipdpmhhpmlapaefnnialmcionp
简介 Block Youtube videos by full title or partial match. Use the asterisk (*) to specify an arbitrary number of characters
文件大小 153 KB
安装次数 2,017
当前版本 2.9.4
更新时间 2024-03-04
上架时间 2021-09-11
评分 4.00/5 共20次评分
开发者 ybeln123
电子邮箱 [email protected]
付费类型 free
支持的语言 ms,de,en,en-US,fr,no,vi,tr,et,es,hr,it,lv,pl,pt-PT,ro,fi,sv,cs,sr,bg,ru,uk,th,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.4",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/sms-one.ru\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "constants.js",
                "func.js",
                "jquery.js",
                "lang.js",
                "elements.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ban.png"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/sms-one.ru\/*"
            ]
        }
    ],
    "manifest_version": 3
}