Kick Enhancer
Enhances the kick.com website with additional features
¿Qué es Kick Enhancer?
Kick Enhancer es una extensión de Chrome desarrollada por KickEnhancer, y su función principal es "Enhances the kick.com website with additional features".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Kick Enhancer
Descarga archivos de extensión Kick Enhancer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
URL Oficial | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
Descripción | Enhances the kick.com website with additional features |
Tamaño del Archivo | 29.27 KB |
Cantidad de Instalaciones | 92 |
Versión Actual | 1.3.2 |
Última Actualización | 2023-12-24 |
Fecha de Publicación | 2023-08-27 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | KickEnhancer |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |