AllDayNetflix

This extension removes popup dialog on netflix asking to continue watching.

ما هو AllDayNetflix؟

AllDayNetflix هو إضافة Chrome تم تطويرها بواسطة Matthew، والميزة الرئيسية لها هي "This extension removes popup dialog on netflix asking to continue watching.".

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

screenshot

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

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

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

                        Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption.

Instructions:
1) Add extension to Chrome via "Chrome Web Store"
2) Restart the browser (close all windows and tabs)
3) Watch netflix and enjoy!                    

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

الاسم AllDayNetflix AllDayNetflix
ID hlbbnidhchhkemeieppchepgbnelggdk
عنوان URL الرسمي https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk
الوصف This extension removes popup dialog on netflix asking to continue watching.
حجم الملف 49.2 KB
عدد التثبيتات 305
النسخة الحالية 1.0
آخر تحديث 2015-11-10
تاريخ النشر 2015-11-10
تقييم 4.00/5 مجموع تقييمات 4
المطور Matthew
نوع الدفع free
موقع الإضافة http://www.matthewlewis.ca
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "netflix.js"
            ],
            "matches": [
                "http:\/\/*.netflix.com\/*",
                "https:\/\/*.netflix.com\/*",
                "http:\/\/*.netflix.ca\/*",
                "https:\/\/*.netflix.ca\/*"
            ]
        }
    ],
    "author": "Matthew Lewis",
    "description": "This extension removes popup dialog on netflix asking to continue watching.",
    "manifest_version": 2,
    "name": "AllDayNetflix",
    "version": "1.0"
}