Felo Subtitles: ChatGPT Live Translation

Felo real-time captions for Meeting &YouTube Live. Transcribe and translate Zoom& Google Meet& MSTeams& YouTube& Using ChatGPT.

Felo Subtitles: ChatGPT Live Translationとは何ですか?

Felo Subtitles: ChatGPT Live TranslationはSparticle株式会社によって開発されたChromeの拡張機能で、その主な機能は「Felo real-time captions for Meeting &YouTube Live. Transcribe and translate Zoom& Google Meet& MSTeams& YouTube& Using ChatGPT.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Felo Subtitles: ChatGPT Live Translation拡張機能のCRXファイルをダウンロード

Felo Subtitles: ChatGPT Live Translation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🔑Key Features:
• Transcribe and translate  in real-time
• Support YouTube live streaming with real-time captions and translations
• Felo Subtitles automatically records meeting transcript in real-time
• Translate Zoom/Google Meet /Microsoft Teams Meeting audio  in real-time
• Join Zoom/Google Meet /Microsoft Teams Meeting (not bot)
• Save Zoom/Google Meet /Microsoft Teams Meeting captions as a transcript to txt document
• Support 10 languages: English, French, German, Hindi, Japanese, Korean, Portuguese, Russian, Simplified Chinese, and Spanish

--------------------------------
Join beta to use  ChatGPT and OpenAI for your meetings,  Felo Subtitles is a cutting-edge tool that uses ChatGPT&OpenAI to provide you with the most accurate and reliable results. Whether you're communicating with colleagues, clients, or friends, Felo Subtitles ensures that your meetings are accessible to everyone.

 Felo Subtitles is the ultimate solution for anyone who wants to enhance their Google Meet/Microsoft Teams Meeting experience. With Felo Subtitles, you can enjoy real-time subtitles for your Zoom/Google meetings/ Microsoft Teams Meetings in three different languages.

This extension is a tool that adds subtitles to any live streaming program you watch on YouTube. It provides convenience for viewers who want to understand the conversations or content happening in the live program but are unable to fully comprehend due to language barriers, hearing impairments, or other reasons.

When you enable the subtitle feature, this extension automatically recognizes the speech in the live program and converts it into text.

Additionally, this extension offers some additional features. You can choose different language settings to ensure the subtitles are displayed in a language you are familiar with. It also supports real-time translation, allowing you to translate the content of the live program into your chosen language.

When you're using platforms like Google Meet, Zoom, or YouTube Live, simply activate the FELO Subtitles extension to access real-time transcriptions and translations directly on your current webpage.

⭐️ USE Felo Subtitles FOR:
Zoom Meeting
International Conferences
International Seminars
Cross-border trade fairs
Multinational Conference
English Training Conference
Japanese Training Conference
Chinese Training Sessions
Meeting with Indians
Meeting with Japanese
YouTube Live
Twitch TV
TikTok Live
Showroom Live


🔒 SECURE TRANSCRIPTIONs
* All transcriptions are securely stored in your browser 
* Learn more about privacy here https://felo.me/privacy.html

➜ HELP & SUGGESTIONs
Check  https://meet.felo.me for more info 
Visit our help center at discord:https://discord.gg/ZQSRU3uNku


Version 1.2.0 Release Notes:
1. Refactored core code for improved performance.
2. Fixed abnormal states when using Zoom.
3. Enhanced interaction logic for pause feature.
4. Addressed issues causing abnormalities when multiple pages are in use simultaneously.                    

拡張機能の基本情報

名前 Felo Subtitles: ChatGPT Live Translation Felo Subtitles: ChatGPT Live Translation
ID ponokiofkijoolhebggofhhibnafebna
公式URL https://chromewebstore.google.com/detail/felo-subtitles-chatgpt-li/ponokiofkijoolhebggofhhibnafebna
説明 Felo real-time captions for Meeting &YouTube Live. Transcribe and translate Zoom& Google Meet& MSTeams& YouTube& Using ChatGPT.
ファイルサイズ 1.34 MB
インストール数 10,000
現在のバージョン 1.2.0
最終更新日 2024-03-01
公開日 2023-05-19
評価 4.26/5 合計 35 レビュー
開発者 Sparticle株式会社
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://subtitle.felo.me
ヘルプページのURL https://docs.google.com/document/d/1xnBXVc57JRuvMEcA0Bpv4Ky2cX-f5W-NxBdqAHhR5XU
プライバシーポリシーページのURL https://docs.google.com/document/d/1xKwpHEjmUCmiaP07yDBKhxeXFjODzcV9zmxFx3944BY/edit?usp=sharing
対応言語 en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.2.0",
    "description": "__MSG_summary__",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "96",
    "host_permissions": [
        "https:\/\/*\/*",
        "https:\/\/*.felo.me\/",
        "https:\/\/teams.live.com\/*",
        "https:\/\/teams.microsoft.com\/*",
        "https:\/\/meet.google.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/*.zoom.us\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabCapture",
        "cookies"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/*",
                "images\/*",
                "fonts\/*",
                "common\/*",
                "img\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/apps.google.com\/meet\/*",
                "https:\/\/teams.live.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/*.zoom.us\/*"
            ],
            "css": [
                "css\/all.css"
            ],
            "js": [
                "js\/all.js",
                "js\/vendor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/apps.google.com\/meet\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/teams.live.com\/*",
                "https:\/\/*.zoom.us\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/subtitle.css"
            ],
            "js": [
                "js\/subtitle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/translate.css"
            ],
            "js": [
                "js\/translate.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teams.live.com\/*",
                "https:\/\/teams.microsoft.com\/*",
                "https:\/\/apps.google.com\/meet\/*",
                "https:\/\/*.zoom.us\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/rtcinjector.js"
            ],
            "css": [
                "css\/rtcinjector.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": [],
    "icons": {
        "16": "icons\/extension-icon-x16.png",
        "32": "icons\/extension-icon-x32.png",
        "48": "icons\/extension-icon-x48.png",
        "128": "icons\/extension-icon-x128.png"
    }
}