Level's UI

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

¿Qué es Level's UI?

Level's UI es una extensión de Chrome desarrollada por GS Level, y su función principal es "Adds a custom UI that Level would use in krunker.io".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Level's UI

Descarga archivos de extensión Level's UI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Level's UI Level's UI
ID bopijmfplaeabkphdiefficheokjencc
URL Oficial https://chrome.google.com/webstore/detail/levels-ui/bopijmfplaeabkphdiefficheokjencc
Descripción Adds a custom UI that Level would use in krunker.io
Tamaño del Archivo 24.04 KB
Cantidad de Instalaciones 20
Versión Actual 1.0.0
Última Actualización 2021-05-10
Fecha de Publicación 2021-05-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador GS Level
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}