Netflix Pause Removal
Remove the pause between netflix episodes
ما هو Netflix Pause Removal؟
Netflix Pause Removal هو إضافة Chrome تم تطويرها بواسطة Prescott Gallagher، والميزة الرئيسية لها هي "Remove the pause between netflix episodes".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Pause Removal
قم بتنزيل ملفات الامتداد Netflix Pause Removal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session. It's free once again, if you feel like donating; https://www.paypal.me/PrescottGallagher Versions & Updates: 1.2.1 : Graphical Updates / Bugfixes 1.2.0 : Patched Netflix December 2017 Update 1.1.0 : Patched Netflix March 2016 Update 1.0.2 : Speed & Efficiency Increased 1.0.1 : Initial Release
معلومات أساسية عن التمديد
الاسم | Netflix Pause Removal |
ID | mfekcpndbpdgjjfahekhncdfegkhbghg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg |
الوصف | Remove the pause between netflix episodes |
حجم الملف | 11.93 KB |
عدد التثبيتات | 12,666 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2018-07-26 |
تاريخ النشر | 2018-07-26 |
تقييم | 3.44/5 مجموع تقييمات 185 |
المطور | Prescott Gallagher |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Pause Removal", "version": "1.2.1", "author": "Prescott Gallagher", "description": "Remove the pause between netflix episodes", "browser_action": { "default_icon": "icon.png" }, "short_name": "Netflix PR", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "background.js" ] } ] } |