Level's UI
Adds a custom UI that Level would use in krunker.io
Wat is Level's UI?
Level's UI is een Chrome-extensie ontwikkeld door GS Level, en de belangrijkste functie is "Adds a custom UI that Level would use in krunker.io".
Extensie Screenshots
Download het CRX-bestand van de extensie Level's UI
Download Level's UI-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
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.
Basisinformatie over de Extensie
Naam | |
ID | bopijmfplaeabkphdiefficheokjencc |
Officiële URL | https://chrome.google.com/webstore/detail/levels-ui/bopijmfplaeabkphdiefficheokjencc |
Beschrijving | Adds a custom UI that Level would use in krunker.io |
Bestandsgrootte | 24.04 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-05-10 |
Publicatiedatum | 2021-05-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | GS Level |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |