Level's UI

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

O que é Level's UI?

Level's UI é uma extensão do Chrome desenvolvida por GS Level, e sua principal característica é "Adds a custom UI that Level would use in krunker.io".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Level's UI

Baixe arquivos de extensão Level's UI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Level's UI Level's UI
ID bopijmfplaeabkphdiefficheokjencc
URL Oficial https://chrome.google.com/webstore/detail/levels-ui/bopijmfplaeabkphdiefficheokjencc
Descrição Adds a custom UI that Level would use in krunker.io
Tamanho do Arquivo 24.04 KB
Contagem de Instalações 20
Versão Atual 1.0.0
Última Atualização 2021-05-10
Data de Publicação 2021-05-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor GS Level
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}