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.                    

擴展基本資訊

名稱 Disable adblock for YouTube subscriptions Disable adblock for YouTube subscriptions
ID likjagmnknppfebmbbaalmhanlladbch
官方網址 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\/*"
    ]
}