Skip Ads - Adblock Plus for Youtube

Auto skip ads when watching YouTube videos. Let YouTube no ads!

ما هو Skip Ads - Adblock Plus for Youtube؟

Skip Ads - Adblock Plus for Youtube هو إضافة Chrome تم تطويرها بواسطة adolfalbin6، والميزة الرئيسية لها هي "Auto skip ads when watching YouTube videos. Let YouTube no ads!".

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

screenshot

تحميل ملف CRX للإضافة Skip Ads - Adblock Plus for Youtube

قم بتنزيل ملفات الامتداد Skip Ads - Adblock Plus for Youtube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        There are too many annoying ads on Youtube™ that interrupt us when watching videos. How to get rid of youtube ads? This adblocker extension can remove YouTube™ ads. Automatically skips upcoming ads and enhances the viewing experience.
Feature:
    -> Automatically skips annoying ads
    -> Block pre-rolls and insertion of video ads on the youtube™ platform.
    -> Block ads on external websites that embed youtube™ videos.                    

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

الاسم Skip Ads - Adblock Plus for Youtube Skip Ads - Adblock Plus for Youtube
ID cidhcmobnhpfabnklkacinjcobbadabh
عنوان URL الرسمي https://chromewebstore.google.com/detail/skip-ads-adblock-plus-for/cidhcmobnhpfabnklkacinjcobbadabh
الوصف Auto skip ads when watching YouTube videos. Let YouTube no ads!
حجم الملف 420 KB
عدد التثبيتات 159
النسخة الحالية 1.0.6
آخر تحديث 2022-10-13
تاريخ النشر 2022-09-29
تقييم 5.00/5 مجموع تقييمات 2
المطور adolfalbin6
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://extensiondock.com/privacy
اللغات المدعومة id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.6",
    "manifest_version": 3,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/skip-ads-adblock-plus-for-youtube\/cidhcmobnhpfabnklkacinjcobbadabh?utm_medium=extension&utm_source=youtube_adblock",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/ys.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/rules.json"
            }
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appTitle__",
        "default_icon": {
            "128": "icons\/ys.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "\/js\/inject-script.js"
            ]
        }
    ]
}