Kick Enhancer

Enhances the kick.com website with additional features

Hvad er Kick Enhancer?

Kick Enhancer er en Chrome-udvidelse udviklet af KickEnhancer, og dens hovedfunktion er "Enhances the kick.com website with additional features".

Udvidelsesskærmbilleder

screenshot

Download Kick Enhancer-udvidelses-CRX-fil

Download Kick Enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Kick Enhancer Kick Enhancer
ID poehlmeoijaeopahihobijjpbolagakf
Officiel URL https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf
Beskrivelse Enhances the kick.com website with additional features
Filstørrelse 29.27 KB
Antal Installationer 92
Nuværende Version 1.3.2
Senest Opdateret 2023-12-24
Udgivelsesdato 2023-08-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler KickEnhancer
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}