Video AdBlock for YouTube™ Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
什么是Video AdBlock for YouTube™ Extension?
Video AdBlock for YouTube™ Extension是由The Creative Joys开发的Chrome扩展程序,该扩展的主要功能是“Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.”。
扩展截图
下载Video AdBlock for YouTube™ Extension扩展crx文件
下载Video AdBlock for YouTube™ Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* Removes YouTube™ video and text ads. * Works on all websites that contain a YouTube™ video. * Also works with YouTube™ Music. Enjoy ad free videos!
扩展基本信息
名称 | Video AdBlock for YouTube™ Extension |
ID | lmkjedkhnnhcohninidcejgollmggcjf |
官方URL | https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf |
简介 | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music. |
文件大小 | 24.76 KB |
安装次数 | 11,474 |
当前版本 | 5.1 |
更新时间 | 2023-12-13 |
上架时间 | 2020-06-26 |
评分 | 4.17/5 共81次评分 |
开发者 | The Creative Joys |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/videoadblockforyt/home |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video AdBlock for YouTube\u2122 Extension", "version": "5.1", "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube\u2122 Music.", "manifest_version": 3, "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "background": { "service_worker": "adBlockerBg.js" }, "action": { "default_title": "Video AdBlock for YouTube\u2122", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "adBlockerYt.js" ], "run_at": "document_end" } ], "permissions": [ "declarativeNetRequestWithHostAccess" ], "host_permissions": [ " |