Binge!

Automatically click 'Continue Watching' in Netflix

ما هو Binge!؟

Binge! هو إضافة Chrome تم تطويرها بواسطة https://demille.github.io/binge، والميزة الرئيسية لها هي "Automatically click 'Continue Watching' in Netflix".

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

screenshot

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

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

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

                        Tired of Netflix asking every few episodes if you are still watching? Annoyed by the interruptions three minutes into an episode? Add this extension and stop being bothered.

If you start noticing any issues, submit an issue on the support tab so it can be fixed :)

CHANGELOG:

1.0.2 - Fix for Netflix's new site design                    

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

الاسم Binge! Binge!
ID ckcalpgemnoejggbleepgmemacmgoofn
عنوان URL الرسمي https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn
الوصف Automatically click 'Continue Watching' in Netflix
حجم الملف 10.42 KB
عدد التثبيتات 1,385
النسخة الحالية 1.0.2
آخر تحديث 2015-06-21
تاريخ النشر 2015-06-20
تقييم 3.60/5 مجموع تقييمات 47
المطور https://demille.github.io/binge
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binge!",
    "description": "Automatically click 'Continue Watching' in Netflix",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "arrive-2.0.0.min.js",
                "clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}