Kick Plus

improvements to kick.com

Kick Plus là gì?

Kick Plus là một tiện ích mở rộng Chrome được phát triển bởi Enzon1k, và tính năng chính của nó là "improvements to kick.com".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Kick Plus 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

                        Major Features include:
-clickable names in chat to open a chatbox with buttons such as follow and mod.
-Theatre mode
-settings menu 

Minor Features:
-username in header                    

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

Tên Kick Plus Kick Plus
ID ikinhlhehgjfpmipnoilnailmgoaeppk
URL Chính Thức https://chromewebstore.google.com/detail/kick-plus/ikinhlhehgjfpmipnoilnailmgoaeppk
Mô tả improvements to kick.com
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 1,307
Phiên Bản Hiện Tại 1.8.4
Cập Nhật Lần Cuối 2023-01-17
Ngày Phát Hành 2022-12-12
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Enzon1k
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linktr.ee/enzon1k
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kick Plus",
    "version": "1.8.4",
    "description": "improvements to kick.com",
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "background": {
        "service_worker": ".\/dist\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kick.com\/*"
            ],
            "js": [
                ".\/dist\/content-scripts\/main.js"
            ]
        },
        {
            "css": [
                ".\/styles\/main.css",
                ".\/styles\/settings.css",
                ".\/styles\/userChatBox.css"
            ],
            "matches": [
                "*:\/\/*.kick.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.kick.com\/*"
    ]
}