Kick Enhancer
Enhances the kick.com website with additional features
What is Kick Enhancer?
Kick Enhancer is a Chrome extension developed by KickEnhancer, and its main feature is "Enhances the kick.com website with additional features".
Extension Screenshots
Download Kick Enhancer Extension CRX File
Download Kick Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
Official URL | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
Description | Enhances the kick.com website with additional features |
File Size | 29.27 KB |
Installation Count | 92 |
Current Version | 1.3.2 |
Last Updated | 2023-12-24 |
Publish Date | 2023-08-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | KickEnhancer |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |