Level's UI

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

Cos'è Level's UI?

Level's UI è un'estensione di Chrome sviluppata da GS Level, e la sua funzione principale è "Adds a custom UI that Level would use in krunker.io".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Level's UI

Scarica i file di estensione Level's UI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Level's UI Level's UI
ID bopijmfplaeabkphdiefficheokjencc
URL Ufficiale https://chrome.google.com/webstore/detail/levels-ui/bopijmfplaeabkphdiefficheokjencc
Descrizione Adds a custom UI that Level would use in krunker.io
Dimensione del File 24.04 KB
Conteggio Installazioni 20
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-05-10
Data di Pubblicazione 2021-05-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore GS Level
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}