Never Ending Netflix

Automatically play next episode, skip title sequences, skip "Are you still watching?" prompts, and search over 3000 genres!

ما هو Never Ending Netflix؟

Never Ending Netflix هو إضافة Chrome تم تطويرها بواسطة https://jonlu.ca، والميزة الرئيسية لها هي "Automatically play next episode, skip title sequences, skip "Are you still watching?" prompts, and search over 3000 genres!".

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

screenshot

تحميل ملف CRX للإضافة Never Ending Netflix

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

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

                        NEN is a chrome extension that improves the Netflix experience for power users. It's features include:

* Automatically skip intros
* Automatically play the next episode OR always watch the credits!
* Skip the popups that ask if you're "Still here?" after 8 hours
* Search over 3000 genres from the options page!
* Disable auto play of shows on the home page                    

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

الاسم Never Ending Netflix Never Ending Netflix
ID hdadmgabliibighlbejhlglfjgplfmhb
عنوان URL الرسمي https://chromewebstore.google.com/detail/never-ending-netflix/hdadmgabliibighlbejhlglfjgplfmhb
الوصف Automatically play next episode, skip title sequences, skip "Are you still watching?" prompts, and search over 3000 genres!
حجم الملف 380 KB
عدد التثبيتات 66,454
النسخة الحالية 2.7
آخر تحديث 2022-05-14
تاريخ النشر 2020-01-08
تقييم 3.58/5 مجموع تقييمات 72
المطور https://jonlu.ca
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jonluca/Never-Ending-Netflix
عنوان صفحة المساعدة https://jonlu.ca
عنوان صفحة سياسة الخصوصية https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "2.7",
    "permissions": [
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.netflix.co.uk\/*",
        "*:\/\/*.netflix.ar\/*",
        "*:\/\/*.netflix.au\/*",
        "*:\/\/*.netflix.br\/*",
        "*:\/\/*.netflix.ca\/*",
        "*:\/\/*.netflix.fr\/*",
        "*:\/\/*.netflix.de\/*",
        "*:\/\/*.netflix.cz\/*",
        "*:\/\/*.netflix.hk\/*",
        "*:\/\/*.netflix.in\/*",
        "*:\/\/*.netflix.jp\/*",
        "*:\/\/*.netflix.lt\/*",
        "*:\/\/*.netflix.no\/*",
        "*:\/\/*.netflix.nl\/*",
        "*:\/\/*.netflix.pl\/*",
        "*:\/\/*.netflix.ru\/*",
        "*:\/\/*.netflix.sg\/*",
        "*:\/\/*.netflix.sk\/*",
        "*:\/\/*.netflix.es\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.netflix.co.uk\/*",
                "*:\/\/*.netflix.ar\/*",
                "*:\/\/*.netflix.au\/*",
                "*:\/\/*.netflix.br\/*",
                "*:\/\/*.netflix.ca\/*",
                "*:\/\/*.netflix.fr\/*",
                "*:\/\/*.netflix.de\/*",
                "*:\/\/*.netflix.cz\/*",
                "*:\/\/*.netflix.hk\/*",
                "*:\/\/*.netflix.in\/*",
                "*:\/\/*.netflix.jp\/*",
                "*:\/\/*.netflix.lt\/*",
                "*:\/\/*.netflix.no\/*",
                "*:\/\/*.netflix.nl\/*",
                "*:\/\/*.netflix.pl\/*",
                "*:\/\/*.netflix.ru\/*",
                "*:\/\/*.netflix.sg\/*",
                "*:\/\/*.netflix.sk\/*",
                "*:\/\/*.netflix.es\/*"
            ],
            "js": [
                "js\/libs\/jquery.js",
                "js\/selectors.js",
                "js\/common.js",
                "NEN.js"
            ]
        }
    ],
    "icons": {
        "64": "images\/icon64.png",
        "32": "images\/icon32.png",
        "38": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/selectors.js",
            "js\/common.js",
            "js\/hot-reload.js"
        ]
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_manifest_name__"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/jonlu.ca",
    "web_accessible_resources": [
        "js\/*",
        "data\/*"
    ]
}