Netflix Multilingual CC Translator
Unlock a world of multilingual entertainment with our Chrome extension!
Co je Netflix Multilingual CC Translator?
Netflix Multilingual CC Translator je rozšíření Chrome vyvinuté https://smartphone.az, a jeho hlavní funkcí je „Unlock a world of multilingual entertainment with our Chrome extension!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Netflix Multilingual CC Translator
Stáhněte si soubory rozšíření Netflix Multilingual CC Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | lojnkhahejcfomppefmeagmegndpmobc |
Oficiální URL | https://chromewebstore.google.com/detail/netflix-multilingual-cc-t/lojnkhahejcfomppefmeagmegndpmobc |
Popis | Unlock a world of multilingual entertainment with our Chrome extension! |
Velikost souboru | 35.03 KB |
Počet instalací | 25 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-08-19 |
Datum Vydání | 2023-08-18 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | https://smartphone.az |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://smartphone.az |
URL Stránky Zásad Ochrany Soukromí | https://smartphone.az/translationApp/privacyPolicy/privacy-policy.html |
Podporované Jazyky | 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" } } } |