Kick Plus
improvements to kick.com
Cos'è Kick Plus?
Kick Plus è un'estensione di Chrome sviluppata da Enzon1k, e la sua funzione principale è "improvements to kick.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kick Plus
Scarica i file di estensione Kick Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Kick Plus |
ID | ikinhlhehgjfpmipnoilnailmgoaeppk |
URL Ufficiale | https://chromewebstore.google.com/detail/kick-plus/ikinhlhehgjfpmipnoilnailmgoaeppk |
Descrizione | improvements to kick.com |
Dimensione del File | 121 KB |
Conteggio Installazioni | 1,307 |
Versione Corrente | 1.8.4 |
Ultimo Aggiornamento | 2023-01-17 |
Data di Pubblicazione | 2022-12-12 |
Valutazione | 3.86/5 Totale 7 Valutazioni |
Sviluppatore | Enzon1k |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://linktr.ee/enzon1k |
Lingue Supportate | 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\/*" ] } |