KickKit

Extension for Kick to enhance the experience with some utilities.

KickKit là gì?

KickKit là một tiện ích mở rộng Chrome được phát triển bởi soruse, và tính năng chính của nó là "Extension for Kick to enhance the experience with some utilities.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KickKit

Tải xuống các tệp mở rộng KickKit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        KickKit provides utility options for kick.com streaming platform.

For now it can:
 - display images linked directly in the chat
 - blur the images first, and then reveal them by hovering
 - display basic information about youtube/streamable videos
- toggle visibility of top gifters/quick emote holder

More stuff coming soon!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KickKit KickKit
ID hbfobpefgbdlfgllfpdemkkfldejdkdk
URL Chính Thức https://chromewebstore.google.com/detail/kickkit/hbfobpefgbdlfgllfpdemkkfldejdkdk
Mô tả Extension for Kick to enhance the experience with some utilities.
Kích Thước Tệp 81.93 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-08-08
Ngày Phát Hành 2023-07-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển soruse
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kickkit.vercel.app/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KickKit",
    "version": "1.1.1",
    "description": "Extension for Kick to enhance the experience with some utilities.",
    "host_permissions": [
        "*:\/\/*.kick.com\/*"
    ],
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content_script.js",
                "kk_styles.css"
            ],
            "matches": [
                "https:\/\/*.kick.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}