Instant Youtube Ad Skipper

Extension that automatically fast forwards and skips youtube ads.

ما هو Instant Youtube Ad Skipper؟

Instant Youtube Ad Skipper هو إضافة Chrome تم تطويرها بواسطة Cloud Composed LLC، والميزة الرئيسية لها هي "Extension that automatically fast forwards and skips youtube ads.".

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

screenshot

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

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

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

                        This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again.

Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!                    

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

الاسم Instant Youtube Ad Skipper Instant Youtube Ad Skipper
ID hfncancnkmcojmfbfcdphomojkgmanlf
عنوان URL الرسمي https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf
الوصف Extension that automatically fast forwards and skips youtube ads.
حجم الملف 57.28 KB
عدد التثبيتات 265
النسخة الحالية 1.0
آخر تحديث 2022-10-30
تاريخ النشر 2022-10-30
تقييم 5.00/5 مجموع تقييمات 1
المطور Cloud Composed LLC
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Youtube Ad Skipper",
    "description": "Extension that automatically fast forwards and skips youtube ads.",
    "author": "Cloud Composed LLC",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Instant Youtube Ad Skipper",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}