Kick Enhancer

Enhances the kick.com website with additional features

Co je Kick Enhancer?

Kick Enhancer je rozšíření Chrome vyvinuté KickEnhancer, a jeho hlavní funkcí je „Enhances the kick.com website with additional features“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Kick Enhancer

Stáhněte si soubory rozšíření Kick Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Kick Enhancer Kick Enhancer
ID poehlmeoijaeopahihobijjpbolagakf
Oficiální URL https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf
Popis Enhances the kick.com website with additional features
Velikost souboru 29.27 KB
Počet instalací 92
Aktuální Verze 1.3.2
Poslední Aktualizace 2023-12-24
Datum Vydání 2023-08-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář KickEnhancer
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}