TubeX: Your YouTube AI Copilot(Free Tool)

Integrate the power of GPT AI and Google Translate into your YouTube, making it a great tool for learning foreign languages

TubeX: Your YouTube AI Copilot(Free Tool) क्या है?

TubeX: Your YouTube AI Copilot(Free Tool) https://hercules.ink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Integrate the power of GPT AI and Google Translate into your YouTube, making it a great tool for learning foreign languages"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में TubeX: Your YouTube AI Copilot(Free Tool) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This is an open-source YouTube plugin based on Google and GPT API Key, you can have the ability to process videos with AI. This will greatly enhance your learning and work efficiency on YouTube. Its powerful translation capabilities will help you overcome language barriers between different videos. The built-in word translation feature will make it easy for you to learn a foreign language. 

In general, it can help you with the following tasks:

1. Export video subtitles ✅
2. Real-time translation of subtitles ✅
3. Word-by-word translation of subtitles ✅
4. Text communication with AI ✅
5. MindMap with AI ✅
6. Let AI summarize video content tasks ✅
7. Support light and dark themes ✅                    

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

नाम TubeX: Your YouTube AI Copilot(Free Tool) TubeX: Your YouTube AI Copilot(Free Tool)
ID bifndkhccndcnabjhllngpdapfakfcif
आधिकारिक URL https://chromewebstore.google.com/detail/tubex-your-youtube-ai-cop/bifndkhccndcnabjhllngpdapfakfcif
विवरण Integrate the power of GPT AI and Google Translate into your YouTube, making it a great tool for learning foreign languages
फ़ाइल का आकार 1.12 MB
स्थापना संख्या 887
वर्तमान संस्करण 1.5.6
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2023-09-04
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://hercules.ink
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hercules.ink/
सहायता पृष्ठ URL https://hercules.ink/
गोपनीयता नीति पृष्ठ URL https://www.hercules.ink/zh/privacy-policy
समर्थित भाषाएँ id,de,en,fr,nl,vi,tr,da,es,it,hu,pl,ro,fi,sv,cs,ru,hi,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.6",
    "manifest_version": 3,
    "author": "Lewis Zhang",
    "homepage_url": "https:\/\/hercules.ink",
    "short_name": "TubeX",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs9odeC5\/YH\/CgL\/t3ca8onB9O5IVv1Z+1+uy5o5c3QXZC38v0SJaJBWvDaA+H7ZPOZHVRZGQ2B8l1EcjKvFvVxBANxYszIYZlENGFESnIPEazWOYKRKW2Fjtnl+kRQDxWp9rvgbx54m6qPh8ALuuZJ44ETdI5qFRd+tU3pCvkIqsAt1\/ccL0q3K2EEj0yTjHwl\/O01Z0UFsVQwZ8Q\/DbfzFDR0E8txNxbUqojwn4yzNZ6odrrLCcFEqxbMRqg5Ern3IFKPraXH+byuDSzyKPk6VW4bVpoLSnfP+LRwsX0eNSStmnvRPe2sYsDw9x4R+2vkgln7Sk3Cdy7y+9A8UdpwIDAQAB",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/login.html",
        "default_icon": {
            "48": "images\/48.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/api.hercules.ink\/*"
            ],
            "js": [
                "contentscript\/index.bundle.js"
            ],
            "css": [
                "contentscript\/yt_ai_summary.css"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "48": "images\/48.png"
    },
    "oauth2": {
        "client_id": "820268438758-qfd3cmpa0uu5q6j10qf83p15tsr0v4dh.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    }
}