Ban Youtube Channels
Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.
Ban Youtube Channelsとは何ですか?
Ban Youtube ChannelsはAdamによって開発されたChromeの拡張機能で、その主な機能は「Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.」です。
拡張機能のスクリーンショット
Ban Youtube Channels拡張機能のCRXファイルをダウンロード
Ban Youtube Channels拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sometimes you want to ban a channel from your feed entirely. That means beyond just your home page - some channels you don't want to see in search or recommendations either. This extension protects you from these channels, erasing their videos quickly from your feed after they enter the page - that way you're not exposed to them for long. On youtube, left click the extension icon to choose a channel - hover over channel names and click one to ban. right click the extension icon, and you can manage the banned channel if you ever wish to do so.
拡張機能の基本情報
名前 | Ban Youtube Channels |
ID | kagbfjbmciaejjmjfonncmgnaafcpigo |
公式URL | https://chromewebstore.google.com/detail/ban-youtube-channels/kagbfjbmciaejjmjfonncmgnaafcpigo |
説明 | Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban. |
ファイルサイズ | 81.7 KB |
インストール数 | 35 |
現在のバージョン | 3.3 |
最終更新日 | 2023-03-15 |
公開日 | 2023-03-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Adam |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "bg.js" }, "content_scripts": [ { "all_frames": false, "js": [ "BYTC.js" ], "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "manifest_version": 3, "name": "Ban Youtube Channels", "description": "Ban annoying youtube channels forever, simply. Left click to choose channels and ban, right click to unban.", "version": "3.3", "host_permissions": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "permissions": [ "tabs", "scripting", "storage", "contextMenus" ], "action": { "default_icon": "icons\/action_inactive.png" }, "icons": { "128": "icons\/active_128.png", "48": "icons\/active_48.png", "16": "icons\/active_16.png" } } |