Netflix Multilingual CC Translator
Unlock a world of multilingual entertainment with our Chrome extension!
ما هو Netflix Multilingual CC Translator؟
Netflix Multilingual CC Translator هو إضافة Chrome تم تطويرها بواسطة https://smartphone.az، والميزة الرئيسية لها هي "Unlock a world of multilingual entertainment with our Chrome extension!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Multilingual CC Translator
قم بتنزيل ملفات الامتداد Netflix Multilingual CC Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Introducing the Ultimate Netflix Companion Chrome Extension: Seamlessly enjoy your favorite movies and series on Netflix like never before! Our innovative extension enhances your viewing experience by effortlessly translating closed captions into the language of your choice. Say goodbye to language barriers and hello to global entertainment. Immerse yourself in captivating stories, while our extension takes care of the translations. Elevate your streaming adventure with our Netflix Companion Chrome Extension and unlock a world of multilingual entertainment at your fingertips!
معلومات أساسية عن التمديد
الاسم | |
ID | lojnkhahejcfomppefmeagmegndpmobc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-multilingual-cc-t/lojnkhahejcfomppefmeagmegndpmobc |
الوصف | Unlock a world of multilingual entertainment with our Chrome extension! |
حجم الملف | 35.03 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-08-19 |
تاريخ النشر | 2023-08-18 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | https://smartphone.az |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://smartphone.az |
عنوان صفحة سياسة الخصوصية | https://smartphone.az/translationApp/privacyPolicy/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Netflix Multilingual CC Translator", "version": "1.0", "description": "Unlock a world of multilingual entertainment with our Chrome extension!", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.netflix.com\/", "http:\/\/translation.smartphone.az\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } } |