Netflix Multilingual CC Translator
Unlock a world of multilingual entertainment with our Chrome extension!
什么是Netflix Multilingual CC Translator?
Netflix Multilingual CC Translator是由https://smartphone.az开发的Chrome扩展程序,该扩展的主要功能是“Unlock a world of multilingual entertainment with our Chrome extension!”。
扩展截图
下载Netflix Multilingual CC Translator扩展crx文件
下载Netflix Multilingual CC Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
隐私政策页面URL | 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" } } } |