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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}