Krunker CSS Extender
Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…
Qu'est-ce que Krunker CSS Extender ?
Krunker CSS Extender est une extension Chrome développée par MashToolz, et sa fonction principale est "Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Krunker CSS Extender
Téléchargez les fichiers d'extension Krunker CSS Extender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aelokamchkjleoeepkpihjogohkahbkj |
URL Officiel | https://chrome.google.com/webstore/detail/krunker-css-extender/aelokamchkjleoeepkpihjogohkahbkj |
Description | Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities… |
Taille du Fichier | 20.49 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-12-09 |
Date de Publication | 2021-12-09 |
Développeur | MashToolz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |