xQc Hopper

Switch between xQc's Twitch/Kick streams and chats seamlessly.

Apa itu xQc Hopper?

xQc Hopper adalah ekstensi Chrome yang dikembangkan oleh Fabian Schultz, dan fitur utamanya adalah "Switch between xQc's Twitch/Kick streams and chats seamlessly.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi xQc Hopper

Unduh file ekstensi xQc Hopper 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

                        Comes with a less resource-intensive video player and polls periodically for the live stream. Left toggle switches the stream, right toggle switches the chat.

Pro tip: Add a hash to the player URL followed by another streamer's username to use this extension for other steams as well, for example `/player.html#xqc`.                    

Informasi Dasar Ekstensi

Nama xQc Hopper xQc Hopper
ID lmiipaafbbnhjaegkfkljfakhkehmgaj
URL Resmi https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj
Deskripsi Switch between xQc's Twitch/Kick streams and chats seamlessly.
Ukuran File 102 KB
Jumlah Instalasi 29
Versi Saat Ini 0.2
Terakhir Diperbarui 2023-06-18
Tanggal Publikasi 2023-06-18
Pengembang Fabian Schultz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "xQc Hopper",
    "version": "0.2",
    "author": "u\/vonpapen",
    "description": "Switch between xQc's Twitch\/Kick streams and chats seamlessly.",
    "permissions": [
        "cookies",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.kick.com\/*",
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.ttvnw.net\/*",
        "*:\/\/*.akamaized.net\/*",
        "*:\/\/*.live-video.net\/*"
    ],
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}