Binge Easy

Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros

ما هو Binge Easy؟

Binge Easy هو إضافة Chrome تم تطويرها بواسطة Arvind Iyengar، والميزة الرئيسية لها هي "Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros".

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

screenshot

تحميل ملف CRX للإضافة Binge Easy

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

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

                        Aren't we all tired of skipping those irritating Ads on Youtube or those theme songs of your favourite TV serials. Well, Binge Easy is here to rescue you. 

Beware BingeEasy makes you lazy ! 

To confirm if BingeEasy is installed, watch any video on youtube and check for the change in window title.

For suggestions or bugs , feel free to contact me on my email  : [email protected]                    

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

الاسم Binge Easy Binge Easy
ID ifgjeccbeppfjenaljmballcfknhdccf
عنوان URL الرسمي https://chromewebstore.google.com/detail/binge-easy/ifgjeccbeppfjenaljmballcfknhdccf
الوصف Binge Easy allows you to binge watch your favourite shows/videos on Youtube / Netflix / Prime by skipping ads and themeIntros
حجم الملف 28.99 KB
عدد التثبيتات 24
النسخة الحالية 0.0.3
آخر تحديث 2019-08-01
تاريخ النشر 2019-07-31
تقييم 5.00/5 مجموع تقييمات 6
المطور Arvind Iyengar
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binge Easy",
    "short_name": "Binge Easy",
    "description": "Binge Easy allows you to binge watch your favourite shows\/videos on Youtube \/ Netflix \/ Prime by skipping ads and themeIntros",
    "manifest_version": 2,
    "version": "0.0.3",
    "author": "Arvind Iyengar",
    "homepage_url": "https:\/\/iyengararvind.github.io\/BingeEasyExtn\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.primevideo.com\/*"
            ],
            "js": [
                "env.js",
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "static\/mainLogo128.png",
        "256": "static\/mainLogo256.png",
        "512": "static\/mainLogo512.png",
        "64": "static\/mainLogo64.png"
    }
}