Youtube Ad Skipper

Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.

ما هو Youtube Ad Skipper؟

Youtube Ad Skipper هو إضافة Chrome تم تطويرها بواسطة Avinash Sakhreliya، والميزة الرئيسية لها هي "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.".

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

screenshot

تحميل ملف CRX للإضافة Youtube Ad Skipper

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

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

                        New Update: Fix YouTube auto skip ad issue

YouTube Ad Skipper is an add-on for auto skips video ads and close all other ads after website provides a skip ad button. It does not block an ad. So you can now sit on your sofa and watch movie without any interruption.

Currently Supported Websites:

1. YouTube                    

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

الاسم Youtube Ad Skipper Youtube Ad Skipper
ID cheolhficilobbjkgdinaobglkppmckc
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-ad-skipper/cheolhficilobbjkgdinaobglkppmckc
الوصف Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.
حجم الملف 39.06 KB
عدد التثبيتات 7,810
النسخة الحالية 1.0.1
آخر تحديث 2023-11-18
تاريخ النشر 2020-03-31
تقييم 4.00/5 مجموع تقييمات 20
المطور Avinash Sakhreliya
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Skipper",
    "version": "1.0.1",
    "description": "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipper.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon16-disabled.png",
            "48": "icon48-disabled.png",
            "128": "icon128-disabled.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}