Nextflix
Nextflix
ما هو Nextflix؟
Nextflix هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Nextflix".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nextflix
قم بتنزيل ملفات الامتداد Nextflix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you enjoy binge watching Netflix? Are you tired of moving your arm every single episode to skip the intro or watch the next episode? Then this extension is perfect for you! Nextflix automatically presses the "skip intro" and the next episode buttons for you. No more wasting precious energy and time! Start being more efficient with your binge watching today! Features: - Automatically skips intro - Automatically pushes next episode button - Automatically mutes trailers
معلومات أساسية عن التمديد
الاسم | Nextflix |
ID | mcndceabmckinmjkabmmiokcoacghpjj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nextflix/mcndceabmckinmjkabmmiokcoacghpjj |
الوصف | Nextflix |
حجم الملف | 420 KB |
عدد التثبيتات | 204 |
النسخة الحالية | 1.3 |
آخر تحديث | 2017-12-13 |
تاريخ النشر | 2017-12-12 |
تقييم | 3.67/5 مجموع تقييمات 9 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nextflix", "description": "Nextflix", "version": "1.3", "icons": { "128": "nextflix_transparent.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "jquery-3.2.1.min.js", "myscript.js" ] } ], "permissions": [ "storage" ], "options_page": "options.html" } |