SkipAds

Utility to skip ad automatically

ما هو SkipAds؟

SkipAds هو إضافة Chrome تم تطويرها بواسطة Aman A. Agarwal، والميزة الرئيسية لها هي "Utility to skip ad automatically".

تحميل ملف CRX للإضافة SkipAds

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

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

                        - Use this extension to automatically skip ads on Youtube. It just works. 
- Detects a Youtube webpage and only then works in the background. 
- Also added is a mute feature which mutes the ads and unmutes when the video playback resumes to give you uninterrupted experience
- Support for other streaming services like Saavn, Gaana, etc. to roll out in future, so stay tuned.

**Bug Fixes**
- Now works without any need for reload.                    

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

الاسم SkipAds SkipAds
ID fmkjadgnhcdgdgllhfdimhgocdienbdm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm
الوصف Utility to skip ad automatically
حجم الملف 20.26 KB
عدد التثبيتات 118
النسخة الحالية 0.3
آخر تحديث 2018-07-26
تاريخ النشر 2018-07-26
تقييم 5.00/5 مجموع تقييمات 2
المطور Aman A. Agarwal
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkipAds",
    "short_name": "SkipAds",
    "description": "Utility to skip ad automatically",
    "manifest_version": 2,
    "version": "0.3",
    "author": "Aman A. Agarwal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}