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
官方網址 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\/*"
            ]
        }
    ]
}