Subtitle Translator
Translate subtitles on the fly from Netflix, SVT Play or CMore.
Subtitle Translatorとは何ですか?
Subtitle Translatorは42Labsによって開発されたChromeの拡張機能で、その主な機能は「Translate subtitles on the fly from Netflix, SVT Play or CMore.」です。
拡張機能のスクリーンショット
Subtitle Translator拡張機能のCRXファイルをダウンロード
Subtitle Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For when you want to watch a foreign movie that is missing subtitles in your language. Works with Netflix, SVT Play and CMore. Feel free to reach out if you would like support for some other service. There might be more generic support coming. Make sure to go in to the extension settings to set which source & target languages you are using.
拡張機能の基本情報
名前 | Subtitle Translator |
ID | oflffkldeingomefcemegfmnbfdeblbk |
公式URL | https://chromewebstore.google.com/detail/subtitle-translator/oflffkldeingomefcemegfmnbfdeblbk |
説明 | Translate subtitles on the fly from Netflix, SVT Play or CMore. |
ファイルサイズ | 13.57 KB |
インストール数 | 1,267 |
現在のバージョン | 1.0 |
最終更新日 | 2023-03-19 |
公開日 | 2022-01-09 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | 42Labs |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Subtitle Translator", "description": "Translate subtitles on the fly from Netflix, SVT Play or CMore.", "version": "1.0", "icons": { "16": "\/images\/st16.png", "32": "\/images\/st32.png", "48": "\/images\/st48.png", "128": "\/images\/st128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to translate" }, "options_page": "options.html", "permissions": [ "activeTab", "scripting", "storage" ] } |