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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |