Level's UI

Adds a custom UI that Level would use in krunker.io

Co je Level's UI?

Level's UI je rozšíření Chrome vyvinuté GS Level, a jeho hlavní funkcí je „Adds a custom UI that Level would use in krunker.io“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Level's UI

Stáhněte si soubory rozšíření Level's UI 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í

                        This is my krunker.io custom css/ui that I have put into an extension to make it easier for people to use it. To set the UI scale, you need to go into the settings, search "ui" and then click the button at the side of the UI scale slider, then slide the slider until it is at 0.7, and then click the button again.                    

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

Název Level's UI Level's UI
ID bopijmfplaeabkphdiefficheokjencc
Oficiální URL https://chrome.google.com/webstore/detail/levels-ui/bopijmfplaeabkphdiefficheokjencc
Popis Adds a custom UI that Level would use in krunker.io
Velikost souboru 24.04 KB
Počet instalací 20
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-05-10
Datum Vydání 2021-05-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář GS Level
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Level's UI",
    "description": "Adds a custom UI that Level would use in krunker.io",
    "version": "1.0.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/krunker.io\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Level's UI",
        "default_icon": "LvLTransparent.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ]
}