Netflix Multilingual CC Translator
Unlock a world of multilingual entertainment with our Chrome extension!
What is Netflix Multilingual CC Translator?
Netflix Multilingual CC Translator is a Chrome extension developed by https://smartphone.az, and its main feature is "Unlock a world of multilingual entertainment with our Chrome extension!".
Extension Screenshots
Download Netflix Multilingual CC Translator Extension CRX File
Download Netflix Multilingual CC Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | lojnkhahejcfomppefmeagmegndpmobc |
Official URL | https://chromewebstore.google.com/detail/netflix-multilingual-cc-t/lojnkhahejcfomppefmeagmegndpmobc |
Description | Unlock a world of multilingual entertainment with our Chrome extension! |
File Size | 35.03 KB |
Installation Count | 25 |
Current Version | 1.0 |
Last Updated | 2023-08-19 |
Publish Date | 2023-08-18 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://smartphone.az |
[email protected] | |
Payment Type | free |
Extension Website | https://smartphone.az |
Privacy Policy Page URL | https://smartphone.az/translationApp/privacyPolicy/privacy-policy.html |
Supported Languages | 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" } } } |