Hololive Chat Capturer

Capture the translation on Hololive's Livestream chat.

Hololive Chat Capturer क्या है?

Hololive Chat Capturer OT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture the translation on Hololive's Livestream chat."।

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

screenshot
screenshot
screenshot

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

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

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

                        Thank you, Translators. 💖                    

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

नाम Hololive Chat Capturer Hololive Chat Capturer
ID pliahmbkngnekjceflkcjoejcnlbmfha
आधिकारिक URL https://chromewebstore.google.com/detail/hololive-chat-capturer/pliahmbkngnekjceflkcjoejcnlbmfha
विवरण Capture the translation on Hololive's Livestream chat.
फ़ाइल का आकार 50.66 KB
स्थापना संख्या 325
वर्तमान संस्करण 2.4.3
अंतिम अपडेट 2023-05-12
प्रकाशन तिथि 2020-09-09
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर OT
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hololive-chat-capturer.github.io
सहायता पृष्ठ URL https://github.com/hololive-chat-capturer/hololive-chat-capturer.github.io/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "nyanyadesu",
    "name": "Hololive Chat Capturer",
    "description": "Capture the translation on Hololive's Livestream chat.",
    "homepage_url": "https:\/\/hololive-chat-capturer.github.io",
    "version": "2.4.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/responsive.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "js\/background_script.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/icon-19x19.png",
            "38": "img\/icon-38x38.png"
        },
        "default_title": "Hololive Chat Capturer",
        "default_popup": "action\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "96": "img\/icon-96x96.png",
        "128": "img\/icon-128x128.png",
        "256": "img\/icon-256x256.png"
    }
}