Krunker CSS Extender

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

什么是Krunker CSS Extender?

Krunker CSS Extender是由MashToolz开发的Chrome扩展程序,该扩展的主要功能是“Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…”。

扩展截图

screenshot

下载Krunker CSS Extender扩展crx文件

下载Krunker CSS Extender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Krunker CSS Extender Krunker CSS Extender
ID aelokamchkjleoeepkpihjogohkahbkj
官方URL https://chrome.google.com/webstore/detail/krunker-css-extender/aelokamchkjleoeepkpihjogohkahbkj
简介 Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…
文件大小 20.49 KB
安装次数 23
当前版本 1.0.0
更新时间 2021-12-09
上架时间 2021-12-09
开发者 MashToolz
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}