Kick Direct
A browser extension that lists currently live top streamers on Kick
Qu'est-ce que Kick Direct ?
Kick Direct est une extension Chrome développée par Ernesto Gonzalez, et sa fonction principale est "A browser extension that lists currently live top streamers on Kick".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kick Direct
Téléchargez les fichiers d'extension Kick Direct au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. 𝘒𝘪𝘤𝘬 𝘋𝘪𝘳𝘦𝘤𝘵 𝘪𝘴 𝘯𝘰𝘵 𝘦𝘯𝘥𝘰𝘳𝘴𝘦𝘥 𝘣𝘺, 𝘥𝘪𝘳𝘦𝘤𝘵𝘭𝘺 𝘢𝘧𝘧𝘪𝘭𝘪𝘢𝘵𝘦𝘥 𝘸𝘪𝘵𝘩, 𝘮𝘢𝘪𝘯𝘵𝘢𝘪𝘯𝘦𝘥, 𝘢𝘶𝘵𝘩𝘰𝘳𝘪𝘻𝘦𝘥, 𝘰𝘳 𝘴𝘱𝘰𝘯𝘴𝘰𝘳𝘦𝘥 𝘣𝘺 𝘒𝘪𝘤𝘬. 𝘈𝘭𝘭 𝘱𝘳𝘰𝘥𝘶𝘤𝘵 𝘢𝘯𝘥 𝘤𝘰𝘮𝘱𝘢𝘯𝘺 𝘯𝘢𝘮𝘦𝘴 𝘢𝘳𝘦 𝘵𝘩𝘦 𝘳𝘦𝘨𝘪𝘴𝘵𝘦𝘳𝘦𝘥 𝘵𝘳𝘢𝘥𝘦𝘮𝘢𝘳𝘬𝘴 𝘰𝘧 𝘵𝘩𝘦𝘪𝘳 𝘰𝘳𝘪𝘨𝘪𝘯𝘢𝘭 𝘰𝘸𝘯𝘦𝘳𝘴. 𝘛𝘩𝘦 𝘶𝘴𝘦 𝘰𝘧 𝘢𝘯𝘺 𝘵𝘳𝘢𝘥𝘦 𝘯𝘢𝘮𝘦 𝘰𝘳 𝘵𝘳𝘢𝘥𝘦𝘮𝘢𝘳𝘬 𝘪𝘴 𝘧𝘰𝘳 𝘪𝘥𝘦𝘯𝘵𝘪𝘧𝘪𝘤𝘢𝘵𝘪𝘰𝘯 𝘢𝘯𝘥 𝘳𝘦𝘧𝘦𝘳𝘦𝘯𝘤𝘦 𝘱𝘶𝘳𝘱𝘰𝘴𝘦𝘴 𝘰𝘯𝘭𝘺 𝘢𝘯𝘥 𝘥𝘰𝘦𝘴 𝘯𝘰𝘵 𝘪𝘮𝘱𝘭𝘺 𝘢𝘯𝘺 𝘢𝘴𝘴𝘰𝘤𝘪𝘢𝘵𝘪𝘰𝘯 𝘸𝘪𝘵𝘩 𝘵𝘩𝘦 𝘵𝘳𝘢𝘥𝘦𝘮𝘢𝘳𝘬 𝘩𝘰𝘭𝘥𝘦𝘳 𝘰𝘧 𝘵𝘩𝘦𝘪𝘳 𝘱𝘳𝘰𝘥𝘶𝘤𝘵 𝘣𝘳𝘢𝘯𝘥.
Informations de Base sur l'Extension
Nom | Kick Direct |
ID | ecndkfbdocgndghpkdndbbfcbepafbag |
URL Officiel | https://chromewebstore.google.com/detail/kick-direct/ecndkfbdocgndghpkdndbbfcbepafbag |
Description | A browser extension that lists currently live top streamers on Kick |
Taille du Fichier | 105 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-07-04 |
Date de Publication | 2023-07-04 |
Développeur | Ernesto Gonzalez |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://twitter.com/dev_mobile |
URL de la Page de Politique de Confidentialité | https://docs.google.com/document/d/1MDibuTQ1U0YxC5_qqf2k6nBph1MJwzqGfm6hVSjoRvY/edit?usp=sharing |
Langues Prises en Charge | 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" } } |