Skip Ads - Adblock Plus for Youtube
Auto skip ads when watching YouTube videos. Let YouTube no ads!
什么是Skip Ads - Adblock Plus for Youtube?
Skip Ads - Adblock Plus for Youtube是由adolfalbin6开发的Chrome扩展程序,该扩展的主要功能是“Auto skip ads when watching YouTube videos. Let YouTube no ads!”。
扩展截图
下载Skip Ads - Adblock Plus for Youtube扩展crx文件
下载Skip Ads - Adblock Plus for Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
There are too many annoying ads on Youtube™ that interrupt us when watching videos. How to get rid of youtube ads? This adblocker extension can remove YouTube™ ads. Automatically skips upcoming ads and enhances the viewing experience.
Feature:
-> Automatically skips annoying ads
-> Block pre-rolls and insertion of video ads on the youtube™ platform.
-> Block ads on external websites that embed youtube™ videos. 扩展基本信息
| 名称 | |
| ID | cidhcmobnhpfabnklkacinjcobbadabh |
| 官方URL | https://chromewebstore.google.com/detail/skip-ads-adblock-plus-for/cidhcmobnhpfabnklkacinjcobbadabh |
| 简介 | Auto skip ads when watching YouTube videos. Let YouTube no ads! |
| 文件大小 | 420 KB |
| 安装次数 | 159 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2022-10-13 |
| 上架时间 | 2022-09-29 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | adolfalbin6 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://extensiondock.com/privacy |
| 支持的语言 | id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appTitle__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "1.0.6",
"manifest_version": 3,
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/skip-ads-adblock-plus-for-youtube\/cidhcmobnhpfabnklkacinjcobbadabh?utm_medium=extension&utm_source=youtube_adblock",
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_start"
}
],
"icons": {
"128": "icons\/ys.png"
},
"permissions": [
"declarativeNetRequest",
"storage"
],
"host_permissions": [
" | |