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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |