Auto Translate for YouTube™ captions

This extension will activate the auto-translate feature of YouTube™ automatically, even if it's not available in the menu.

Auto Translate for YouTube™ captions क्या है?

Auto Translate for YouTube™ captions Mistrzunio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will activate the auto-translate feature of YouTube™ automatically, even if it's not available in the menu."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Auto Translate for YouTube™ captions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Features: 
- Automatically translate youtube video subtitles, Automatically get youtube video subtitles, Upload subtitles to notepad and share social networks like: Twitter, facebook and linkedin.

- Automatic translation of video subtitles: This extension will automatically activate Youtube™ auto translation for the selected language (even if this feature is not available in the menu) every time the subtitle function be activated. This saves you a few clicks, but most importantly this allows you to use the automatic translation feature even when it is not available in the menu, as is the case with some videos because a number of reasons.

- Automatically get video subtitles: The extension will automatically get all subtitles of any video on youtube with just 1 click. And allows you to edit content right on the popup extension.

- Upload and share subtitles automatically: The extension gives you the tool to post video subtitles after downloading and editing, to notepad to save or share the subtitle link on popular platforms such as: Twitter, facebook and linkedin.


Note: The feature of getting video subtitles, editing subtitles, posting subtitles and sharing the link to save subtitles on notepad only works at www.youtube.com/watch. For the social sharing link feature, the buttons are only enabled when you are logged in.

v0.13: Add feature auto get sub video, auto upload notepad.com and share link notepad
v0.12: Full manifest V3 migration
v0.11: Fixed issues with manifest V3 migration
v0.10: Added English variants
v0.09: Added Kurdish
v0.08: Sort list of languages + added Turkmen
v0.07: Unused permission removed from manifest                    

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

नाम Auto Translate for YouTube™ captions Auto Translate for YouTube™ captions
ID codommceejgdnbmfednpkhkfnlbepckf
आधिकारिक URL https://chromewebstore.google.com/detail/auto-translate-for-youtub/codommceejgdnbmfednpkhkfnlbepckf
विवरण This extension will activate the auto-translate feature of YouTube™ automatically, even if it's not available in the menu.
फ़ाइल का आकार 327 KB
स्थापना संख्या 81,245
वर्तमान संस्करण 0.15
अंतिम अपडेट 2023-09-22
प्रकाशन तिथि 2020-04-15
रेटिंग 3.95/5 कुल 165 रेटिंग्स
डेवलपर Mistrzunio
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/text-compare-policy/home
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon_32.png",
        "default_title": "Turn automatic subtitle translation on\/off",
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.f50f30c3.99dc2880.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "assets\/index.fdc3dca6.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.anotepad.com\/*",
        "*:\/\/anotepad.com\/*"
    ],
    "version": "0.15",
    "manifest_version": 3,
    "name": "Auto Translate for YouTube\u2122 captions",
    "description": "This extension will activate the auto-translate feature of YouTube\u2122 automatically, even if it's not available in the menu.",
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest"
    ],
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/index.ts"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/index.1eb99c87.js",
                "assets\/index.ts.f50f30c3.js"
            ],
            "use_dynamic_url": true
        }
    ]
}