Netflix Multilingual CC Translator
Unlock a world of multilingual entertainment with our Chrome extension!
Wat is Netflix Multilingual CC Translator?
Netflix Multilingual CC Translator is een Chrome-extensie ontwikkeld door https://smartphone.az, en de belangrijkste functie is "Unlock a world of multilingual entertainment with our Chrome extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Multilingual CC Translator
Download Netflix Multilingual CC Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | lojnkhahejcfomppefmeagmegndpmobc |
Officiële URL | https://chromewebstore.google.com/detail/netflix-multilingual-cc-t/lojnkhahejcfomppefmeagmegndpmobc |
Beschrijving | Unlock a world of multilingual entertainment with our Chrome extension! |
Bestandsgrootte | 35.03 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-08-19 |
Publicatiedatum | 2023-08-18 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://smartphone.az |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://smartphone.az |
URL van de Privacybeleid Pagina | https://smartphone.az/translationApp/privacyPolicy/privacy-policy.html |
Ondersteunde Talen | 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" } } } |