Disable adblock for YouTube subscriptions

♥♥♥♥ i hate writing manifest files.

Disable adblock for YouTube subscriptions là gì?

Disable adblock for YouTube subscriptions là một tiện ích mở rộng Chrome được phát triển bởi johnathansherbert, và tính năng chính của nó là "♥♥♥♥ i hate writing manifest files.".

Tải xuống tệp CRX của tiện ích mở rộng Disable adblock for YouTube subscriptions

Tải xuống các tệp mở rộng Disable adblock for YouTube subscriptions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disable adblock for YouTube subscriptions Disable adblock for YouTube subscriptions
ID likjagmnknppfebmbbaalmhanlladbch
URL Chính Thức https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch
Mô tả ♥♥♥♥ i hate writing manifest files.
Kích Thước Tệp 11.67 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-08-09
Ngày Phát Hành 2017-08-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển johnathansherbert
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}