Kick Enhancer
Enhances the kick.com website with additional features
Cos'è Kick Enhancer?
Kick Enhancer è un'estensione di Chrome sviluppata da KickEnhancer, e la sua funzione principale è "Enhances the kick.com website with additional features".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kick Enhancer
Scarica i file di estensione Kick Enhancer 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
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
Informazioni di Base sull'Estensione
Nome | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
URL Ufficiale | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
Descrizione | Enhances the kick.com website with additional features |
Dimensione del File | 29.27 KB |
Conteggio Installazioni | 92 |
Versione Corrente | 1.3.2 |
Ultimo Aggiornamento | 2023-12-24 |
Data di Pubblicazione | 2023-08-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | KickEnhancer |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |