Netflix subtitles pop-up
Displays the subtitles in a different window
ما هو Netflix subtitles pop-up؟
Netflix subtitles pop-up هو إضافة Chrome تم تطويرها بواسطة entibo، والميزة الرئيسية لها هي "Displays the subtitles in a different window".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix subtitles pop-up
قم بتنزيل ملفات الامتداد Netflix subtitles pop-up بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When you understand most of the dialog but still like having a reference in case you don't get a word or sentence. If you any suggestions/comments about how the subtitles are displayed in the window please let me know !
معلومات أساسية عن التمديد
الاسم | Netflix subtitles pop-up |
ID | gfldjeiohckdhnpljblnkkbjmmogphnk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk |
الوصف | Displays the subtitles in a different window |
حجم الملف | 38.64 KB |
عدد التثبيتات | 273 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-04-20 |
تاريخ النشر | 2019-04-20 |
تقييم | 4.29/5 مجموع تقييمات 7 |
المطور | entibo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix subtitles pop-up", "version": "1.2", "description": "Displays the subtitles in a different window", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.netflix.com\/*" ], "content_scripts": [ { "js": [ "player.js" ], "matches": [ "*:\/\/*.netflix.com\/watch*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |