Kick Direct
A browser extension that lists currently live top streamers on Kick
Wat is Kick Direct?
Kick Direct is een Chrome-extensie ontwikkeld door Ernesto Gonzalez, en de belangrijkste functie is "A browser extension that lists currently live top streamers on Kick".
Extensie Screenshots
Download het CRX-bestand van de extensie Kick Direct
Download Kick Direct-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. 𝘒𝘪𝘤𝘬 𝘋𝘪𝘳𝘦𝘤𝘵 𝘪𝘴 𝘯𝘰𝘵 𝘦𝘯𝘥𝘰𝘳𝘴𝘦𝘥 𝘣𝘺, 𝘥𝘪𝘳𝘦𝘤𝘵𝘭𝘺 𝘢𝘧𝘧𝘪𝘭𝘪𝘢𝘵𝘦𝘥 𝘸𝘪𝘵𝘩, 𝘮𝘢𝘪𝘯𝘵𝘢𝘪𝘯𝘦𝘥, 𝘢𝘶𝘵𝘩𝘰𝘳𝘪𝘻𝘦𝘥, 𝘰𝘳 𝘴𝘱𝘰𝘯𝘴𝘰𝘳𝘦𝘥 𝘣𝘺 𝘒𝘪𝘤𝘬. 𝘈𝘭𝘭 𝘱𝘳𝘰𝘥𝘶𝘤𝘵 𝘢𝘯𝘥 𝘤𝘰𝘮𝘱𝘢𝘯𝘺 𝘯𝘢𝘮𝘦𝘴 𝘢𝘳𝘦 𝘵𝘩𝘦 𝘳𝘦𝘨𝘪𝘴𝘵𝘦𝘳𝘦𝘥 𝘵𝘳𝘢𝘥𝘦𝘮𝘢𝘳𝘬𝘴 𝘰𝘧 𝘵𝘩𝘦𝘪𝘳 𝘰𝘳𝘪𝘨𝘪𝘯𝘢𝘭 𝘰𝘸𝘯𝘦𝘳𝘴. 𝘛𝘩𝘦 𝘶𝘴𝘦 𝘰𝘧 𝘢𝘯𝘺 𝘵𝘳𝘢𝘥𝘦 𝘯𝘢𝘮𝘦 𝘰𝘳 𝘵𝘳𝘢𝘥𝘦𝘮𝘢𝘳𝘬 𝘪𝘴 𝘧𝘰𝘳 𝘪𝘥𝘦𝘯𝘵𝘪𝘧𝘪𝘤𝘢𝘵𝘪𝘰𝘯 𝘢𝘯𝘥 𝘳𝘦𝘧𝘦𝘳𝘦𝘯𝘤𝘦 𝘱𝘶𝘳𝘱𝘰𝘴𝘦𝘴 𝘰𝘯𝘭𝘺 𝘢𝘯𝘥 𝘥𝘰𝘦𝘴 𝘯𝘰𝘵 𝘪𝘮𝘱𝘭𝘺 𝘢𝘯𝘺 𝘢𝘴𝘴𝘰𝘤𝘪𝘢𝘵𝘪𝘰𝘯 𝘸𝘪𝘵𝘩 𝘵𝘩𝘦 𝘵𝘳𝘢𝘥𝘦𝘮𝘢𝘳𝘬 𝘩𝘰𝘭𝘥𝘦𝘳 𝘰𝘧 𝘵𝘩𝘦𝘪𝘳 𝘱𝘳𝘰𝘥𝘶𝘤𝘵 𝘣𝘳𝘢𝘯𝘥.
Basisinformatie over de Extensie
Naam | Kick Direct |
ID | ecndkfbdocgndghpkdndbbfcbepafbag |
Officiële URL | https://chromewebstore.google.com/detail/kick-direct/ecndkfbdocgndghpkdndbbfcbepafbag |
Beschrijving | A browser extension that lists currently live top streamers on Kick |
Bestandsgrootte | 105 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-07-04 |
Publicatiedatum | 2023-07-04 |
Ontwikkelaar | Ernesto Gonzalez |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://twitter.com/dev_mobile |
URL van de Privacybeleid Pagina | https://docs.google.com/document/d/1MDibuTQ1U0YxC5_qqf2k6nBph1MJwzqGfm6hVSjoRvY/edit?usp=sharing |
Ondersteunde Talen | 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" } } |