Auto Skip Youtube Ads

Auto Skip Youtube Ads

ما هو Auto Skip Youtube Ads؟

Auto Skip Youtube Ads هو إضافة Chrome تم تطويرها بواسطة Anuj Gupta، والميزة الرئيسية لها هي "Auto Skip Youtube Ads".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Auto Skip Youtube Ads

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

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

                        Auto skip Youtube Ads
Instead of completely blocking ads which prevents YouTube channels from earning any ad revenue, this extension detects ads appearing and clicks the skip button instantly, just like a regular user would, only much quicker and effortlessly.

It doesn't block ads, it just clicks close and skip for you automatically. Useful if you're tabbed out, or just lazy.

For banner ads, it clicks the close button - usually before the ad is even visible. 
For pre-roll ads that you have to watch for 5 seconds, it will click the skip button as soon as it can.                    

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

الاسم Auto Skip Youtube Ads Auto Skip Youtube Ads
ID fcblefnaalnljhcbldiiaaglfchcmdmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-skip-youtube-ads/fcblefnaalnljhcbldiiaaglfchcmdmb
الوصف Auto Skip Youtube Ads
حجم الملف 15.89 KB
عدد التثبيتات 6,887
النسخة الحالية 1.04
آخر تحديث 2022-04-25
تاريخ النشر 2020-05-01
تقييم 4.41/5 مجموع تقييمات 44
المطور Anuj Gupta
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://anujnj11.github.io/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Skip Youtube Ads",
    "description": "Auto Skip Youtube Ads",
    "version": "1.04",
    "short_name": "Auto Skip Youtube Ads",
    "permissions": [],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipAds.min.js"
            ],
            "all_frames": true
        }
    ]
}