Netflix Plus
Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
ما هو Netflix Plus؟
Netflix Plus هو إضافة Chrome تم تطويرها بواسطة Zion Developers، والميزة الرئيسية لها هي "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Plus
قم بتنزيل ملفات الامتداد Netflix Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
** This is NOT a Netflix Official Extension! ** Automatically resume movie when it get paused by AFK. (HTML5) Change the movie's subtitle font, color, size, shadow size and color ! (HTML5) More features to come! Netflix is a Website owned by Netflix International B.V. All the logos and pictures here used is for fair-use, And is belonged by the corresponding owners.
معلومات أساسية عن التمديد
الاسم | |
ID | mnaccajcnpoopaeogmdaffkmmhdlbfhe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe |
الوصف | Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly! |
حجم الملف | 100 KB |
عدد التثبيتات | 849 |
النسخة الحالية | 2.5.7 |
آخر تحديث | 2017-03-27 |
تاريخ النشر | 2017-03-27 |
تقييم | 3.44/5 مجموع تقييمات 16 |
المطور | Zion Developers |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "exclude_globs": [], "include_globs": [ "*netflix.com*" ], "css": [], "js": [ "includes\/jquery-2.1.1.min.js", "includes\/netflix.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ], "run_at": "document_start" } ], "description": "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_title": "Options", "default_popup": "options.html" }, "background": { "scripts": [ "includes\/options.js" ], "persistent": true }, "manifest_version": 2, "name": "Netflix Plus", "short_name": "Netflix+", "options_page": "options.html", "permissions": [ "storage" ], "version": "2.5.7", "web_accessible_resources": [ "icons\/icon.png", "includes\/jquery-2.1.1.min.js", "includes\/netflix.js", "jquery-2.1.1.min.map" ] } |