YouTube lightweight AdBlock
The best perfomance and lightweight Youtube Ads remove extension
什么是YouTube lightweight AdBlock?
YouTube lightweight AdBlock是由Ilya Koz开发的Chrome扩展程序,该扩展的主要功能是“The best perfomance and lightweight Youtube Ads remove extension”。
扩展截图
下载YouTube lightweight AdBlock扩展crx文件
下载YouTube lightweight AdBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removing is-stream videos from youtube.com
扩展基本信息
名称 | |
ID | iedeabnadclhncepibdpflejlfdnfbkk |
官方URL | https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk |
简介 | The best perfomance and lightweight Youtube Ads remove extension |
文件大小 | 4.36 KB |
安装次数 | 107 |
当前版本 | 1.0 |
更新时间 | 2021-03-17 |
上架时间 | 2021-03-17 |
开发者 | Ilya Koz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube lightweight AdBlock", "version": "1.0", "description": "The best perfomance and lightweight Youtube Ads remove extension", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "youtube.css" ], "js": [ "youtube.js" ] } ], "manifest_version": 2 } |