xQc Hopper

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

什麼是xQc Hopper?

xQc Hopper是由Fabian Schultz開發的Chrome擴展程式,該擴展的主要功能是“Switch between xQc's Twitch/Kick streams and chats seamlessly.”。

擴展截圖

screenshot

下載xQc Hopper擴展crx文件

下載xQc Hopper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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`.                    

擴展基本資訊

名稱 xQc Hopper xQc Hopper
ID lmiipaafbbnhjaegkfkljfakhkehmgaj
官方網址 https://chromewebstore.google.com/detail/xqc-hopper/lmiipaafbbnhjaegkfkljfakhkehmgaj
簡介 Switch between xQc's Twitch/Kick streams and chats seamlessly.
檔案大小 102 KB
安裝次數 29
目前版本 0.2
更新時間 2023-06-18
上架時間 2023-06-18
開發者 Fabian Schultz
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}