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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🔑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株式会社
이메일 [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"
    }
}