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
公式URL 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
Eメール [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"
    }
}