Adblocker youtube™
Adblocker for youtube™
什么是Adblocker youtube™?
Adblocker youtube™是由gamecodies开发的Chrome扩展程序,该扩展的主要功能是“Adblocker for youtube™”。
扩展截图
下载Adblocker youtube™扩展crx文件
下载Adblocker youtube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adblocker for YouTube™ is a content filtering and ad-blocking browser extension that removes all advertisements from YouTube™.
Permissions: We need default permissions on every page, just like typical ad-blocking extensions, to eliminate advertising or popups, such as on embedded videos and YouTube itself.
Features:
+ Ads, banners, and popups are blocked.
+ Ads on external sites that load YouTube are blocked.
+ Prevent YouTube preroll ads from loading
+ YouTube videos and the website load faster.
It allows users to block the display of certain website elements, such as adverts.
This addon blocks banner advertising, ad-clips, and even preroll commercials that appear before the main video on YouTube.
It's completely free to download and use! 扩展基本信息
| 名称 | |
| ID | amfjcohpjldljepbifhmpnoncoebapjb |
| 官方URL | https://chromewebstore.google.com/detail/adblocker-youtube/amfjcohpjldljepbifhmpnoncoebapjb |
| 简介 | Adblocker for youtube™ |
| 文件大小 | 20.46 KB |
| 安装次数 | 48 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2021-11-29 |
| 上架时间 | 2021-11-29 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | gamecodies |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Adblocker youtube\u2122",
"version": "1.0.5",
"description": "Adblocker for youtube\u2122",
"permissions": [
"storage"
],
"icons": {
"128": "adblockicon.png"
},
"browser_action": {
"default_icon": "adblockicon.png"
},
"content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'",
"background": {
"scripts": [
"background\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"app\/a.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"manifest_version": 2,
"web_accessible_resources": []
} | |