Krunker CSS Extender

Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…

O que é Krunker CSS Extender?

Krunker CSS Extender é uma extensão do Chrome desenvolvida por MashToolz, e sua principal característica é "Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Krunker CSS Extender

Baixe arquivos de extensão Krunker CSS Extender 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

                        Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities to style elements on Krunker.io by watching the DOM for changes and adds data attributes that can be selected via CSS. An example for this would be wanting to only style elements that contain the text "[DEV]" (see screenshot below) and re-color them. More selectors will be added over time when requested.                    

Informações Básicas da Extensão

Nome Krunker CSS Extender Krunker CSS Extender
ID aelokamchkjleoeepkpihjogohkahbkj
URL Oficial https://chrome.google.com/webstore/detail/krunker-css-extender/aelokamchkjleoeepkpihjogohkahbkj
Descrição Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…
Tamanho do Arquivo 20.49 KB
Contagem de Instalações 23
Versão Atual 1.0.0
Última Atualização 2021-12-09
Data de Publicação 2021-12-09
Desenvolvedor MashToolz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Krunker CSS Extender",
    "version": "1.0.0",
    "background": {
        "scripts": []
    },
    "icons": {
        "256": "favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/krunker.io\/*"
            ]
        }
    ]
}