Kick Enhancer
Enhances the kick.com website with additional features
Vad är Kick Enhancer?
Kick Enhancer är en Chrome-tillägg utvecklad av KickEnhancer, och dess huvudfunktion är "Enhances the kick.com website with additional features".
Tilläggsskärmbilder
Ladda ner Kick Enhancer-förlängningens CRX-fil
Ladda ner Kick Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Kick Enhancer |
ID | poehlmeoijaeopahihobijjpbolagakf |
Officiell webbadress | https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf |
Beskrivning | Enhances the kick.com website with additional features |
Filstorlek | 29.27 KB |
Antal Installationer | 92 |
Aktuell Version | 1.3.2 |
Senast Uppdaterad | 2023-12-24 |
Publiceringsdatum | 2023-08-27 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | KickEnhancer |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |