LiveJimaku

Subtitles generator for YouTube Live

LiveJimaku क्या है?

LiveJimaku 塗田一帆 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Subtitles generator for YouTube Live"।

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

screenshot

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

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

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

                        ◆features
You can input the user name from YouTube Live chat and 
their comments will be automatically displayed as subtitles.
If you specify the username of a volunteer who translate and comment what the streamer is saying as a real time , you can enjoy the live streams in any language.

◆Usage
(1) Click the icon in the chat field.
(2) Copy and paste the user name you want to specify
(3) Click the icon again to close it.

◆If you find a problem
Please contact me on Twitter (@nulltypo).
I can't respond to reviews.

◆Disclaimer
I'm not responsible for any loss or damage caused by this extension.                    

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

नाम LiveJimaku LiveJimaku
ID pggagcnknjflkejaiimenbpdoebfegkm
आधिकारिक URL https://chromewebstore.google.com/detail/livejimaku/pggagcnknjflkejaiimenbpdoebfegkm
विवरण Subtitles generator for YouTube Live
फ़ाइल का आकार 48.28 KB
स्थापना संख्या 1,108
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2023-08-27
प्रकाशन तिथि 2020-10-26
रेटिंग 4.71/5 कुल 7 रेटिंग्स
डेवलपर 塗田一帆
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://null.style
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiveJimaku",
    "version": "1.3.1",
    "author": "@nulltypo",
    "manifest_version": 3,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "button.svg"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "lj.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ]
}