Kick Plus
improvements to kick.com
Wat is Kick Plus?
Kick Plus is een Chrome-extensie ontwikkeld door Enzon1k, en de belangrijkste functie is "improvements to kick.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Kick Plus
Download Kick Plus-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
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
Basisinformatie over de Extensie
Naam | Kick Plus |
ID | ikinhlhehgjfpmipnoilnailmgoaeppk |
Officiële URL | https://chromewebstore.google.com/detail/kick-plus/ikinhlhehgjfpmipnoilnailmgoaeppk |
Beschrijving | improvements to kick.com |
Bestandsgrootte | 121 KB |
Aantal Installaties | 1,307 |
Huidige Versie | 1.8.4 |
Laatst Bijgewerkt | 2023-01-17 |
Publicatiedatum | 2022-12-12 |
Beoordeling | 3.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Enzon1k |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://linktr.ee/enzon1k |
Ondersteunde Talen | 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\/*" ] } |