Netflix Resume
Adds netflix.com/resume and redirects netflix.com/browse
ما هو Netflix Resume؟
Netflix Resume هو إضافة Chrome تم تطويرها بواسطة Thomas Soria، والميزة الرئيسية لها هي "Adds netflix.com/resume and redirects netflix.com/browse".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Resume
قم بتنزيل ملفات الامتداد Netflix Resume بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to automatically resume playback of your latest show by going to: https://www.netflix.com/resume This will also redirect Netflix's home page to the title card of your latest show. Not only will this load faster than the default page, but it also guarantees that your "continue watching" selection is on top. Note: After adding this extension, you must start watching at least one show before these changes can take effect. The source-code for this extension can be found here: https://github.com/soriat/NetflixResume
معلومات أساسية عن التمديد
الاسم | Netflix Resume |
ID | hbpellkaahhklhiiapfchhnhiboeojma |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma |
الوصف | Adds netflix.com/resume and redirects netflix.com/browse |
حجم الملف | 129 KB |
عدد التثبيتات | 306 |
النسخة الحالية | 1.5 |
آخر تحديث | 2017-02-13 |
تاريخ النشر | 2017-02-12 |
المطور | Thomas Soria |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5", "manifest_version": 2, "name": "Netflix Resume", "short_name": "Netflix Resume", "author": "Thomas Soria", "description": "Adds netflix.com\/resume and redirects netflix.com\/browse", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "https:\/\/www.netflix.com\/*" ] } |