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…」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
]
} | |