Kick Enhancer
Enhances the kick.com website with additional features
O que é Kick Enhancer?
Kick Enhancer é uma extensão do Chrome desenvolvida por KickEnhancer, e sua principal característica é "Enhances the kick.com website with additional features".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kick Enhancer
Baixe arquivos de extensão Kick Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
URL Oficial | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
Descrição | Enhances the kick.com website with additional features |
Tamanho do Arquivo | 29.27 KB |
Contagem de Instalações | 92 |
Versão Atual | 1.3.2 |
Última Atualização | 2023-12-24 |
Data de Publicação | 2023-08-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | KickEnhancer |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |