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 là gì?

Krunker CSS Extender là một tiện ích mở rộng Chrome được phát triển bởi MashToolz, và tính năng chính của nó là "Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Krunker CSS Extender

Tải xuống các tệp mở rộng Krunker CSS Extender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Krunker CSS Extender Krunker CSS Extender
ID aelokamchkjleoeepkpihjogohkahbkj
URL Chính Thức https://chrome.google.com/webstore/detail/krunker-css-extender/aelokamchkjleoeepkpihjogohkahbkj
Mô tả Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…
Kích Thước Tệp 20.49 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-12-09
Ngày Phát Hành 2021-12-09
Nhà Phát Triển MashToolz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}