Nextflix

Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.

ما هو Nextflix؟

Nextflix هو إضافة Chrome تم تطويرها بواسطة https://www.ukadev.com، والميزة الرئيسية لها هي "Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.".

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

screenshot

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

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

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

                        The easiest way to do it. This extension simulates a click on the "next episode" button via keyboard shortcut.                    

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

الاسم Nextflix Nextflix
ID ejkplhjdabmobcokfddpgkdlncdgcdgd
عنوان URL الرسمي https://chromewebstore.google.com/detail/nextflix/ejkplhjdabmobcokfddpgkdlncdgcdgd
الوصف Creates a simple shortcut to play the next netflix episode available. Just click "N" to go to the next one.
حجم الملف 45.34 KB
عدد التثبيتات 409
النسخة الحالية 1.2
آخر تحديث 2023-12-04
تاريخ النشر 2020-12-26
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.ukadev.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nextflix",
    "author": "Diego Pazos ",
    "version": "1.2",
    "description": "Creates a simple shortcut to play the next netflix episode available. Just click \"N\" to go to the next one.",
    "icons": {
        "64": "icon-64.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "extension.js"
            ]
        }
    ],
    "manifest_version": 3
}