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\/*" ] } |