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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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