KCIK - kick.com plus better

An open source extension for the streaming platform kick.com

KCIK - kick.com plus betterคืออะไร?

KCIK - kick.com plus better เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chadium.dev และคุณลักษณะหลักของมันคือ "An open source extension for the streaming platform kick.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KCIK - kick.com plus better

ดาวน์โหลดไฟล์ส่วนขยาย KCIK - kick.com plus better ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An open source extension for the streaming platform kick.com!

Features:
- Change the color of the website.
- Hide streamers from the website.
- VOD player continues playing where you left off.
- Show deleted chat messages.
- Send message history.
- Automatically reject hosts.
- Change playback speed.
- See stream title of following and recommended channels in sidebar.
- Seek clips with arrow keys.
- Space bar can pause and resume clips.
- Mute streams with middle mouse button and change volume with scroll wheel.
- Customize chat font size.
- Display current time instead of remaining time in vods and clips.
- Set your username color. The website only provides 14 colors but with the extension you will be able to pick any color. Anyone using the extension will see this color for your username in chat. Users without the extension will see the color you set on the platform.

The development of this extension is being live streamed on kick.com! As a thank you to all my subscribers, your names will be listed in the Credits tab of the extension.

Note: after installing or updating the extension, you will have to refresh every kick.com tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KCIK - kick.com plus better KCIK - kick.com plus better
ID gjhhdbbkhppoflbcoigffpphhmkffbcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kcik-kickcom-plus-better/gjhhdbbkhppoflbcoigffpphhmkffbcf
คำอธิบาย An open source extension for the streaming platform kick.com
ขนาดไฟล์ 215 KB
จำนวนการติดตั้ง 791
เวอร์ชันปัจจุบัน ALPHA VERSION 27
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2023-04-14
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://chadium.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KCIK - kick.com plus better",
    "description": "An open source extension for the streaming platform kick.com",
    "version_name": "ALPHA VERSION 27",
    "version": "27.0.0",
    "author": "chadium",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "chrome-popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kick.com\/*"
            ],
            "js": [
                "chrome-content\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "preload\/index.js",
                "icon128.png"
            ],
            "matches": [
                "https:\/\/kick.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgW7qCfPu++Kc0NoR3vt8X0vgKFT1VP8m0ch80QUA1TY9hbvRnQXLoffS7HfMJE1OKKkDm4EOPHAQJ5zRWhabHBaynbUgwWFy2cCYRjahQknAAInIHYX+zZB5BPpOb7QvFupRHJFF342K36CJ2QbVmF5CVdTcoekcgmqkl1sTlVrFC+zTVItm\/MUv3iV+f4u9dHPYxtQqxUuxIIiewWGzfyeXEc7c7dQde95KdxBIsYGs1TyQvMlYTT7QKcCkShWETV87rZkSbCBZPdthYru2Mz4OeDQPM7svcFvtO8sfDrD6uYayy5khVPxK1wuugvOCXrS8\/FaooiGgfVOaUz35RwIDAQAB",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}