Hololive Chat Capturer

Capture the translation on Hololive's Livestream chat.

Vad är Hololive Chat Capturer?

Hololive Chat Capturer är en Chrome-tillägg utvecklad av OT, och dess huvudfunktion är "Capture the translation on Hololive's Livestream chat.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Hololive Chat Capturer-förlängningens CRX-fil

Ladda ner Hololive Chat Capturer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Thank you, Translators. 💖                    

Grundläggande Information om Tillägg

Namn Hololive Chat Capturer Hololive Chat Capturer
ID pliahmbkngnekjceflkcjoejcnlbmfha
Officiell webbadress https://chromewebstore.google.com/detail/hololive-chat-capturer/pliahmbkngnekjceflkcjoejcnlbmfha
Beskrivning Capture the translation on Hololive's Livestream chat.
Filstorlek 50.66 KB
Antal Installationer 325
Aktuell Version 2.4.3
Senast Uppdaterad 2023-05-12
Publiceringsdatum 2020-09-09
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare OT
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hololive-chat-capturer.github.io
Hjälpsida URL https://github.com/hololive-chat-capturer/hololive-chat-capturer.github.io/issues
Stödda Språk 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"
    }
}