Kick Direct

A browser extension that lists currently live top streamers on Kick

What is Kick Direct?

Kick Direct is a Chrome extension developed by Ernesto Gonzalez, and its main feature is "A browser extension that lists currently live top streamers on Kick".

Extension Screenshots

screenshot

Download Kick Direct Extension CRX File

Download Kick Direct 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

                        Discover the top live streamers on Kick!

Kick Direct is an easily accessible popup to view all the top streams on Kick. Quickly visit the channels you love or discover streamers by previewing a thumbnail of what they are up to before deciding to visit their channel.


𝘒𝘪𝘤𝘬 𝘋𝘪𝘳𝘦𝘤𝘵 𝘪𝘴 𝘯𝘰𝘵 𝘦𝘯𝘥𝘰𝘳𝘴𝘦𝘥 𝘣𝘺, 𝘥𝘪𝘳𝘦𝘤𝘵𝘭𝘺 𝘢𝘧𝘧𝘪𝘭𝘪𝘢𝘵𝘦𝘥 𝘸𝘪𝘵𝘩, 𝘮𝘢𝘪𝘯𝘵𝘢𝘪𝘯𝘦𝘥, 𝘢𝘶𝘵𝘩𝘰𝘳𝘪𝘻𝘦𝘥, 𝘰𝘳 𝘴𝘱𝘰𝘯𝘴𝘰𝘳𝘦𝘥 𝘣𝘺 𝘒𝘪𝘤𝘬. 𝘈𝘭𝘭 𝘱𝘳𝘰𝘥𝘶𝘤𝘵 𝘢𝘯𝘥 𝘤𝘰𝘮𝘱𝘢𝘯𝘺 𝘯𝘢𝘮𝘦𝘴 𝘢𝘳𝘦 𝘵𝘩𝘦 𝘳𝘦𝘨𝘪𝘴𝘵𝘦𝘳𝘦𝘥 𝘵𝘳𝘢𝘥𝘦𝘮𝘢𝘳𝘬𝘴 𝘰𝘧 𝘵𝘩𝘦𝘪𝘳 𝘰𝘳𝘪𝘨𝘪𝘯𝘢𝘭 𝘰𝘸𝘯𝘦𝘳𝘴. 𝘛𝘩𝘦 𝘶𝘴𝘦 𝘰𝘧 𝘢𝘯𝘺 𝘵𝘳𝘢𝘥𝘦 𝘯𝘢𝘮𝘦 𝘰𝘳 𝘵𝘳𝘢𝘥𝘦𝘮𝘢𝘳𝘬 𝘪𝘴 𝘧𝘰𝘳 𝘪𝘥𝘦𝘯𝘵𝘪𝘧𝘪𝘤𝘢𝘵𝘪𝘰𝘯 𝘢𝘯𝘥 𝘳𝘦𝘧𝘦𝘳𝘦𝘯𝘤𝘦 𝘱𝘶𝘳𝘱𝘰𝘴𝘦𝘴 𝘰𝘯𝘭𝘺 𝘢𝘯𝘥 𝘥𝘰𝘦𝘴 𝘯𝘰𝘵 𝘪𝘮𝘱𝘭𝘺 𝘢𝘯𝘺 𝘢𝘴𝘴𝘰𝘤𝘪𝘢𝘵𝘪𝘰𝘯 𝘸𝘪𝘵𝘩 𝘵𝘩𝘦 𝘵𝘳𝘢𝘥𝘦𝘮𝘢𝘳𝘬 𝘩𝘰𝘭𝘥𝘦𝘳 𝘰𝘧 𝘵𝘩𝘦𝘪𝘳 𝘱𝘳𝘰𝘥𝘶𝘤𝘵 𝘣𝘳𝘢𝘯𝘥.                    

Extension Basic Information

Name Kick Direct Kick Direct
ID ecndkfbdocgndghpkdndbbfcbepafbag
Official URL https://chromewebstore.google.com/detail/kick-direct/ecndkfbdocgndghpkdndbbfcbepafbag
Description A browser extension that lists currently live top streamers on Kick
File Size 105 KB
Installation Count 22
Current Version 1.0
Last Updated 2023-07-04
Publish Date 2023-07-04
Developer Ernesto Gonzalez
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/dev_mobile
Privacy Policy Page URL https://docs.google.com/document/d/1MDibuTQ1U0YxC5_qqf2k6nBph1MJwzqGfm6hVSjoRvY/edit?usp=sharing
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kick Direct",
    "description": "A browser extension that lists currently live top streamers on Kick",
    "version": "1.0",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Kick Direct",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo16.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}