Kick Enhancer
Enhances the kick.com website with additional features
Qu'est-ce que Kick Enhancer ?
Kick Enhancer est une extension Chrome développée par KickEnhancer, et sa fonction principale est "Enhances the kick.com website with additional features".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kick Enhancer
Téléchargez les fichiers d'extension Kick Enhancer 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
Features: - When re-opening a vod, start the vod at the time where you previously left off (instead of the beginning again) - When the vod is paused, skip to next frame with . and previous frame using , - Increase/decrease volume with up/down arrow keys (need to click on video first) Submit feature requests here: https://shorturl.at/qryVW Note: after installing or updating the extension, you must refresh every kick.com tab
Informations de Base sur l'Extension
Nom | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
URL Officiel | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
Description | Enhances the kick.com website with additional features |
Taille du Fichier | 29.27 KB |
Nombre d'Installations | 92 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2023-12-24 |
Date de Publication | 2023-08-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | KickEnhancer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kick Enhancer", "version": "1.3.2", "description": "Enhances the kick.com website with additional features", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/kick.com\/*" ] } ], "permissions": [ "storage" ], "action": { "default_popup": "popup\/popup.html" } } |