Netflix Multilingual CC Translator
Unlock a world of multilingual entertainment with our Chrome extension!
Apa itu Netflix Multilingual CC Translator?
Netflix Multilingual CC Translator adalah ekstensi Chrome yang dikembangkan oleh https://smartphone.az, dan fitur utamanya adalah "Unlock a world of multilingual entertainment with our Chrome extension!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netflix Multilingual CC Translator
Unduh file ekstensi Netflix Multilingual CC Translator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | lojnkhahejcfomppefmeagmegndpmobc |
URL Resmi | https://chromewebstore.google.com/detail/netflix-multilingual-cc-t/lojnkhahejcfomppefmeagmegndpmobc |
Deskripsi | Unlock a world of multilingual entertainment with our Chrome extension! |
Ukuran File | 35.03 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-08-19 |
Tanggal Publikasi | 2023-08-18 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | https://smartphone.az |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://smartphone.az |
URL Halaman Kebijakan Privasi | https://smartphone.az/translationApp/privacyPolicy/privacy-policy.html |
Bahasa yang Didukung | 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" } } } |