Youtube AdBlock
Remove ads from Youtube
什么是Youtube AdBlock?
Youtube AdBlock是由http://proapps.org开发的Chrome扩展程序,该扩展的主要功能是“Remove ads from Youtube”。
扩展截图
下载Youtube AdBlock扩展crx文件
下载Youtube AdBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Youtube Adblock is an extension that helps block all ads on Youtube, so you can watch Youtube videos without interruption from annoying ads. This extension supports blocking many different types of ads to serve you needs: Type 1: Youtube ads that appear in the Youtube homepage, right after you visit the Youtube website. Type 2: Youtube Ads in the suggested list of videos, after you watch a video you will be suggested with an ad video. Type 3: Youtube Ads that appear under the description of the video you are warching. Type 4: Youtube Skippable ads video ads that appear in the video. Type 5: Youtube Unskippable ads that force you to watch. So enjoy watching Youtube video without ads by using this extension.
扩展基本信息
名称 | Youtube AdBlock |
ID | fljhkpbnflocmlnibjdfppinagckppaj |
官方URL | https://chrome.google.com/webstore/detail/youtube-adblock/fljhkpbnflocmlnibjdfppinagckppaj |
简介 | Remove ads from Youtube |
文件大小 | 115 KB |
安装次数 | 5,412 |
当前版本 | 1.1.1 |
更新时间 | 2023-09-07 |
上架时间 | 2021-02-18 |
评分 | 4.81/5 共105次评分 |
开发者 | http://proapps.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://coolsymbol.com |
帮助页面URL | https://emojikeyboard.org |
隐私政策页面URL | https://proapps.org/extension-privacy-policy.html |
支持的语言 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "scripts\/unistream.chrome.mv2.v3.0.0.sdk.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "Youtube Adblock" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "Remove ads from Youtube", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "Youtube AdBlock", "permissions": [ "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", " |