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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MashToolz และคุณลักษณะหลักของมันคือ "Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Krunker CSS Extender

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}