Krunker CSS Extender

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

Apa itu Krunker CSS Extender?

Krunker CSS Extender adalah ekstensi Chrome yang dikembangkan oleh MashToolz, dan fitur utamanya adalah "Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Krunker CSS Extender

Unduh file ekstensi Krunker CSS Extender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Krunker CSS Extender Krunker CSS Extender
ID aelokamchkjleoeepkpihjogohkahbkj
URL Resmi https://chrome.google.com/webstore/detail/krunker-css-extender/aelokamchkjleoeepkpihjogohkahbkj
Deskripsi Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…
Ukuran File 20.49 KB
Jumlah Instalasi 23
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-12-09
Tanggal Publikasi 2021-12-09
Pengembang MashToolz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}