Youtube Auto Ad Block & Auto Ad Skip.

It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.

ما هو Youtube Auto Ad Block & Auto Ad Skip.؟

Youtube Auto Ad Block & Auto Ad Skip. هو إضافة Chrome تم تطويرها بواسطة Tamilselvan، والميزة الرئيسية لها هي "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Youtube Auto Ad Block & Auto Ad Skip.

قم بتنزيل ملفات الامتداد Youtube Auto Ad Block & Auto Ad Skip. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.
Updated to Latest Youtube.                    

معلومات أساسية عن التمديد

الاسم Youtube Auto Ad Block & Auto Ad Skip. Youtube Auto Ad Block & Auto Ad Skip.
ID cdonkchimbachgaedhogkfdebillfnif
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-auto-ad-block-aut/cdonkchimbachgaedhogkfdebillfnif
الوصف It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.
حجم الملف 89.74 KB
عدد التثبيتات 20,000
النسخة الحالية 1.2
آخر تحديث 2019-04-10
تاريخ النشر 2019-04-10
تقييم 3.54/5 مجموع تقييمات 71
المطور Tamilselvan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Auto Ad Block & Auto Ad Skip.",
    "short_name": "YT_Ad_Block",
    "description": "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.",
    "version": "1.2",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}