YouTube SubSound

Automatic subtitle dubbing on YouTube.

YouTube SubSound क्या है?

YouTube SubSound tgaru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic subtitle dubbing on YouTube."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Browser extension that automatically pronounces the subtitles on YouTube

Open the desired video and activate voice acting by pressing the NEW button in the YouTube player.

Many languages are supported.                    

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

नाम YouTube SubSound YouTube SubSound
ID ohjehnjdpnambhdcalhoabplbiclekhp
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp
विवरण Automatic subtitle dubbing on YouTube.
फ़ाइल का आकार 15.36 KB
स्थापना संख्या 7,370
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2022-10-17
प्रकाशन तिथि 2021-07-04
रेटिंग 2.67/5 कुल 135 रेटिंग्स
डेवलपर tgaru
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://t.me/writeforhelp
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.8",
    "author": "tgaru",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "styles.css",
                "_locales\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}