Kick Plus

improvements to kick.com

What is Kick Plus?

Kick Plus is a Chrome extension developed by Enzon1k, and its main feature is "improvements to kick.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Kick Plus Extension CRX File

Download Kick Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Kick Plus Kick Plus
ID ikinhlhehgjfpmipnoilnailmgoaeppk
Official URL https://chromewebstore.google.com/detail/kick-plus/ikinhlhehgjfpmipnoilnailmgoaeppk
Description improvements to kick.com
File Size 121 KB
Installation Count 1,307
Current Version 1.8.4
Last Updated 2023-01-17
Publish Date 2022-12-12
Rating 3.86/5 Total 7 Ratings
Developer Enzon1k
Email [email protected]
Payment Type free
Extension Website https://linktr.ee/enzon1k
Supported Languages 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\/*"
    ]
}