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 |
电子邮箱 | [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" } } |