Hololive Chat Capturer

Capture the translation on Hololive's Livestream chat.

Apa itu Hololive Chat Capturer?

Hololive Chat Capturer adalah ekstensi Chrome yang dikembangkan oleh OT, dan fitur utamanya adalah "Capture the translation on Hololive's Livestream chat.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hololive Chat Capturer

Unduh file ekstensi Hololive Chat Capturer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Thank you, Translators. 💖                    

Informasi Dasar Ekstensi

Nama Hololive Chat Capturer Hololive Chat Capturer
ID pliahmbkngnekjceflkcjoejcnlbmfha
URL Resmi https://chromewebstore.google.com/detail/hololive-chat-capturer/pliahmbkngnekjceflkcjoejcnlbmfha
Deskripsi Capture the translation on Hololive's Livestream chat.
Ukuran File 50.66 KB
Jumlah Instalasi 325
Versi Saat Ini 2.4.3
Terakhir Diperbarui 2023-05-12
Tanggal Publikasi 2020-09-09
Penilaian 5.00/5 Total 6 Penilaian
Pengembang OT
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://hololive-chat-capturer.github.io
URL Halaman Bantuan https://github.com/hololive-chat-capturer/hololive-chat-capturer.github.io/issues
Bahasa yang Didukung 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"
    }
}