YouTube Subtitle Reader

Fills gap in available software/extensions, benefiting language learning, blind individuals, and contemporary cultural exposure.

YouTube Subtitle Reader क्या है?

YouTube Subtitle Reader Conrad Rzuc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fills gap in available software/extensions, benefiting language learning, blind individuals, and contemporary cultural exposure."।

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

screenshot
screenshot
screenshot

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

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

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

                        Allows users to have YouTube subtitles read out loud. It's an unique extension that fills a gap, as at the time of publishing, there is no other software/extensions available that provide this functionality. Linguistic research has shown passive exposure to a language is beneficial for language learning. Beneficial for language learning, individuals who are blind and want to consume foreign, non-dubbed material, as well as people seeking exposure to contemporary foreign media and cultures.                    

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

नाम YouTube Subtitle Reader YouTube Subtitle Reader
ID nplkdkbfnfheognggghkckpgngbjkahe
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-subtitle-reader/nplkdkbfnfheognggghkckpgngbjkahe
विवरण Fills gap in available software/extensions, benefiting language learning, blind individuals, and contemporary cultural exposure.
फ़ाइल का आकार 53.35 KB
स्थापना संख्या 575
वर्तमान संस्करण 0.1.7.14
अंतिम अपडेट 2023-11-07
प्रकाशन तिथि 2023-06-04
रेटिंग 3.29/5 कुल 7 रेटिंग्स
डेवलपर Conrad Rzuc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/conradRz
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
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.1.7.14",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "settings.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "browser_style": false
    },
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/conradRz\/"
}