Disable adblock for YouTube subscriptions
♥♥♥♥ i hate writing manifest files.
什么是Disable adblock for YouTube subscriptions?
Disable adblock for YouTube subscriptions是由johnathansherbert开发的Chrome扩展程序,该扩展的主要功能是“♥♥♥♥ i hate writing manifest files.”。
下载Disable adblock for YouTube subscriptions扩展crx文件
下载Disable adblock for YouTube subscriptions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
To use this extension with Adblock Plus, click on the Adblock extension icon, click "Option", and then click "Add your own filters". Using the filter "@@https://www.youtube.com/*disableadblock=true$document" (Without quotes), you will be able to disable adblock on any YouTube video that has "disableadblock=true" in the URL. This extension will add that to the url for any video from a channel that you are subscribed to.
扩展基本信息
名称 | |
ID | likjagmnknppfebmbbaalmhanlladbch |
官方URL | https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch |
简介 | ♥♥♥♥ i hate writing manifest files. |
文件大小 | 11.67 KB |
安装次数 | 163 |
当前版本 | 1.0 |
更新时间 | 2017-08-09 |
上架时间 | 2017-08-06 |
评分 | 5.00/5 共1次评分 |
开发者 | johnathansherbert |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable adblock for YouTube subscriptions", "version": "1.0", "manifest_version": 2, "description": "\u2665\u2665\u2665\u2665 i hate writing manifest files.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtubeVideo.js" ] } ], "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/www.youtube.com\/*" ] } |