Disable adblock for YouTube subscriptions

♥♥♥♥ i hate writing manifest files.

Disable adblock for YouTube subscriptionsคืออะไร?

Disable adblock for YouTube subscriptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย johnathansherbert และคุณลักษณะหลักของมันคือ "♥♥♥♥ i hate writing manifest files."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable adblock for YouTube subscriptions

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
    ]
}