Level's UI
Adds a custom UI that Level would use in krunker.io
Was ist Level's UI?
Level's UI ist eine Chrome-Erweiterung, die von GS Level entwickelt wurde, und ihr Hauptmerkmal ist "Adds a custom UI that Level would use in krunker.io".
Erweiterungsscreenshots
Level's UI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Level's UI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is my krunker.io custom css/ui that I have put into an extension to make it easier for people to use it. To set the UI scale, you need to go into the settings, search "ui" and then click the button at the side of the UI scale slider, then slide the slider until it is at 0.7, and then click the button again.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bopijmfplaeabkphdiefficheokjencc |
Offizielle URL | https://chrome.google.com/webstore/detail/levels-ui/bopijmfplaeabkphdiefficheokjencc |
Beschreibung | Adds a custom UI that Level would use in krunker.io |
Dateigröße | 24.04 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2021-05-10 |
Veröffentlichungsdatum | 2021-05-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | GS Level |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Level's UI", "description": "Adds a custom UI that Level would use in krunker.io", "version": "1.0.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/krunker.io\/*" ], "js": [ "main.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Level's UI", "default_icon": "LvLTransparent.png" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "storage" ] } |