Youtube AI subtitle and Web Translator

Trancy provides AI dual subtitles for YouTube and Netflix, as well as ChatGPT AI translator for websites.

Youtube AI subtitle and Web Translator क्या है?

Youtube AI subtitle and Web Translator https://trancy.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Trancy provides AI dual subtitles for YouTube and Netflix, as well as ChatGPT AI translator for websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube AI subtitle and Web Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Trancy helps users learn languages through YouTube, Netflix, Udemy and Coursera. We not only provide bilingual subtitles, but also innovatively develop reading and practice modes. These modes combine the technologies of OpenAI and ChatGPT3.5 to help you improve your listening and speaking abilities comprehensively. You can also create your own learning database by collecting videos, sentences, and words, and practice and consolidate anytime, anywhere.

🤖 Tech combos of OpenAI/ChatGPT

We use the latest ChatGPT technology to help you better understand the meanings of words and the grammar of sentences.

📺  Theater Mode

The new theater mode can help you purify all distractions on the page and focus more on the video content itself, whether you are watching YouTube or Netflix, you can enjoy a more immersive viewing experience.

- Dual subtitles
- All in one dictionary
- Word highlighting
- NLP word segmentation
- Open AI word search
- Loop playback
- Speed control

📖  Reading Mode

In reading mode, Trancy uses innovative intelligent sentence segmentation to divide subtitles into complete sentences, helping users focus more on reading subtitles, facilitating overall viewing, and more convenient sentence practice. This mode is also particularly suitable for practicing songs and singing along.

- Intelligent sentence segmentation
- Focused playback
- Word collection
- Sentence collection
- Font adjustment

🎧  Practice Mode

Different from other bilingual subtitle extension, Trancy has customized a unique practice mode for users. Through various practice methods, it comprehensively improves listening and speaking abilities. You can do shadowing or fill-in-the-blank exercises, master new words through keyboard muscle memory, and practice mastering long and difficult sentences.

- Open AI grammar analysis
- Oral training
- Listening training
- Mode training
- Fill-in-the-blank training

🌟 More Features

- External dictionary
- Lifelike Text to Speech
- Shortcut keys ready
- Multiple themes
- Multilingual                    

एक्सटेंशन की मूल जानकारी

नाम Youtube AI subtitle and Web Translator Youtube AI subtitle and Web Translator
ID mjdbhokoopacimoekfgkcoogikbfgngb
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-ai-subtitle-and-w/mjdbhokoopacimoekfgkcoogikbfgngb
विवरण Trancy provides AI dual subtitles for YouTube and Netflix, as well as ChatGPT AI translator for websites.
फ़ाइल का आकार 10 MB
स्थापना संख्या 90,000
वर्तमान संस्करण 3.1.0
अंतिम अपडेट 2024-01-26
प्रकाशन तिथि 2023-03-13
रेटिंग 4.84/5 कुल 1025 रेटिंग्स
डेवलपर https://trancy.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://trancy.org/
सहायता पृष्ठ URL https://manual.trancy.org/
गोपनीयता नीति पृष्ठ URL https://manual.trancy.org/en/legal/pravacy-policy
समर्थित भाषाएँ en,fr,es,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.0",
    "name": "__MSG_PKG_NAME__",
    "manifest_version": 3,
    "description": "__MSG_PKG_DESC__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/ic16.png",
        "32": "assets\/icons\/ic32.png",
        "48": "assets\/icons\/ic48.png",
        "96": "assets\/icons\/ic96.png",
        "128": "assets\/icons\/ic128.png",
        "256": "assets\/icons\/ic256.png",
        "512": "assets\/icons\/ic512.png"
    },
    "action": {
        "default_title": "Trancy"
    },
    "background": {
        "service_worker": "assets\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/netflix.com\/*",
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.coursera.org\/*",
                "https:\/\/coursera.org\/*",
                "https:\/\/www.udemy.com\/*",
                "https:\/\/udemy.com\/*",
                "https:\/\/*.udemy.cn\/*",
                "https:\/\/*.udemy.com\/*"
            ],
            "js": [
                "assets\/tagger-main.js",
                "assets\/edvideo-onload.js"
            ],
            "css": [
                "assets\/edvideo.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "assets\/tagger-main.js",
                "assets\/edreader-main.js"
            ],
            "css": [
                "assets\/font.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            },
            "description": "Turn on\/off Trancy Video"
        },
        "fulltext-translate": {
            "suggested_key": {
                "default": "Alt+E",
                "mac": "Alt+E"
            },
            "description": "Turn on\/off fulltext translation"
        },
        "quick-translator": {
            "suggested_key": {
                "default": "Alt+D",
                "mac": "Alt+D"
            },
            "description": "Quick translator"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "unlimitedStorage"
    ]
}