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 |
Eメール | [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" } } } |