Kick Enhancer
Enhances the kick.com website with additional features
Wat is Kick Enhancer?
Kick Enhancer is een Chrome-extensie ontwikkeld door KickEnhancer, en de belangrijkste functie is "Enhances the kick.com website with additional features".
Extensie Screenshots
Download het CRX-bestand van de extensie Kick Enhancer
Download Kick Enhancer-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
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
Basisinformatie over de Extensie
Naam | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
Officiële URL | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
Beschrijving | Enhances the kick.com website with additional features |
Bestandsgrootte | 29.27 KB |
Aantal Installaties | 92 |
Huidige Versie | 1.3.2 |
Laatst Bijgewerkt | 2023-12-24 |
Publicatiedatum | 2023-08-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | KickEnhancer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |