Krunker CSS Extender
Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…
Wat is Krunker CSS Extender?
Krunker CSS Extender is een Chrome-extensie ontwikkeld door MashToolz, en de belangrijkste functie is "Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities…".
Extensie Screenshots
Download het CRX-bestand van de extensie Krunker CSS Extender
Download Krunker CSS Extender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | aelokamchkjleoeepkpihjogohkahbkj |
Officiële URL | https://chrome.google.com/webstore/detail/krunker-css-extender/aelokamchkjleoeepkpihjogohkahbkj |
Beschrijving | Since you cannot select elements via CSS depending on their innerText for example, this extension aims to extend the capabilities… |
Bestandsgrootte | 20.49 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-12-09 |
Publicatiedatum | 2021-12-09 |
Ontwikkelaar | MashToolz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |