Krunker CSS Extender

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

What is Krunker CSS Extender?

Krunker CSS Extender is a Chrome extension developed by MashToolz, and its main feature is "Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…".

Extension Screenshots

screenshot

Download Krunker CSS Extender Extension CRX File

Download Krunker CSS Extender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Krunker CSS Extender Krunker CSS Extender
ID aelokamchkjleoeepkpihjogohkahbkj
Official URL https://chrome.google.com/webstore/detail/krunker-css-extender/aelokamchkjleoeepkpihjogohkahbkj
Description Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…
File Size 20.49 KB
Installation Count 23
Current Version 1.0.0
Last Updated 2021-12-09
Publish Date 2021-12-09
Developer MashToolz
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}