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株式会社
电子邮箱 [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"
    }
}