Live subtitle with translation

Live audio/video streaming subtitle with translation

什麼是Live subtitle with translation?

Live subtitle with translation是由Beffroi Studio開發的Chrome擴展程式,該擴展的主要功能是“Live audio/video streaming subtitle with translation”。

擴展截圖

screenshot
screenshot
screenshot

下載Live subtitle with translation擴展crx文件

下載Live subtitle with translation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enhance your browsing experience with our Chrome extension that brings live subtitles and instant translation to any online content! 🚀

https://subtitle.raccourci.top

Key Features:

🎙️ Live Subtitles:
Experience real-time subtitles for videos and audios across the web. Break barriers. Stream Anywhere, Understand Everywhere!

🌐 Instant Translation:
Seamlessly translate subtitles into your preferred language with a single click. Enjoy content in multiple languages without missing a beat, fostering a global and inclusive online environment.

🔒 Privacy-Focused:
Rest easy knowing your privacy is our top priority. Our extension processes everything locally on your device, keeping your personal information secure and protected.

🚀 Lightweight and User-Friendly:
No heavy installations or complex configurations. Our extension is designed to be lightweight, efficient, and easy to use, providing a hassle-free experience for users of all levels.                    

擴展基本資訊

名稱 Live subtitle with translation Live subtitle with translation
ID nphdnilkdkhfkobojgmcjpbnpnjlipip
官方網址 https://chromewebstore.google.com/detail/live-subtitle-with-transl/nphdnilkdkhfkobojgmcjpbnpnjlipip
簡介 Live audio/video streaming subtitle with translation
檔案大小 193 KB
安裝次數 315
目前版本 0.0.9
更新時間 2024-02-28
上架時間 2023-11-27
評分 1.00/5 共 2 次評分
開發者 Beffroi Studio
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://subtitle.raccourci.top
隱私政策頁面URL https://subtitle.raccourci.top/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live subtitle with translation",
    "description": "Live audio\/video streaming subtitle with translation",
    "version": "0.0.9",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "background",
        "tabs",
        "activeTab",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "https:\/\/*.raccourci.top"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Click to start",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}