Kick Enhancer
Enhances the kick.com website with additional features
Was ist Kick Enhancer?
Kick Enhancer ist eine Chrome-Erweiterung, die von KickEnhancer entwickelt wurde, und ihr Hauptmerkmal ist "Enhances the kick.com website with additional features".
Erweiterungsscreenshots
Kick Enhancer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kick Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
Offizielle URL | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
Beschreibung | Enhances the kick.com website with additional features |
Dateigröße | 29.27 KB |
Installationsanzahl | 92 |
Aktuelle Version | 1.3.2 |
Letztes Update | 2023-12-24 |
Veröffentlichungsdatum | 2023-08-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | KickEnhancer |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |