AdBlocker for youtube
Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads
什么是AdBlocker for youtube?
AdBlocker for youtube是由kuchmenkoyarikggh开发的Chrome扩展程序,该扩展的主要功能是“Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads”。
扩展截图
下载AdBlocker for youtube扩展crx文件
下载AdBlocker for youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adblocker for youtube. Block text, popup video ads automatically 扩展基本信息
| 名称 | |
| ID | hebiaenccjaefknlcjonofmmppbcbpfm |
| 官方URL | https://chrome.google.com/webstore/detail/hebiaenccjaefknlcjonofmmppbcbpfm |
| 简介 | Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads |
| 文件大小 | 13.53 KB |
| 安装次数 | 8,600 |
| 当前版本 | 1.0.7 |
| 更新时间 | 2022-12-20 |
| 上架时间 | 2021-08-04 |
| 评分 | 4.90/5 共10次评分 |
| 开发者 | kuchmenkoyarikggh |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "32.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules_1.json"
}
]
},
"description": "Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads",
"icons": {
"128": "128.png",
"16": "32.png",
"48": "48.png"
},
"manifest_version": 3,
"name": "AdBlocker for youtube",
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"tabs",
"declarativeNetRequest",
"storage"
],
"version": "1.0.7"
} | |