Hololive Chat Capturer

Capture the translation on Hololive's Livestream chat.

Co je Hololive Chat Capturer?

Hololive Chat Capturer je rozšíření Chrome vyvinuté OT, a jeho hlavní funkcí je „Capture the translation on Hololive's Livestream chat.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Hololive Chat Capturer

Stáhněte si soubory rozšíření Hololive Chat Capturer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Thank you, Translators. 💖                    

Základní Informace o Rozšíření

Název Hololive Chat Capturer Hololive Chat Capturer
ID pliahmbkngnekjceflkcjoejcnlbmfha
Oficiální URL https://chromewebstore.google.com/detail/hololive-chat-capturer/pliahmbkngnekjceflkcjoejcnlbmfha
Popis Capture the translation on Hololive's Livestream chat.
Velikost souboru 50.66 KB
Počet instalací 325
Aktuální Verze 2.4.3
Poslední Aktualizace 2023-05-12
Datum Vydání 2020-09-09
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář OT
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://hololive-chat-capturer.github.io
URL Stránky Nápovědy https://github.com/hololive-chat-capturer/hololive-chat-capturer.github.io/issues
Podporované Jazyky 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"
    }
}