Level's UI
Adds a custom UI that Level would use in krunker.io
Hvad er Level's UI?
Level's UI er en Chrome-udvidelse udviklet af GS Level, og dens hovedfunktion er "Adds a custom UI that Level would use in krunker.io".
Udvidelsesskærmbilleder
Download Level's UI-udvidelses-CRX-fil
Download Level's UI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bopijmfplaeabkphdiefficheokjencc |
Officiel URL | https://chrome.google.com/webstore/detail/levels-ui/bopijmfplaeabkphdiefficheokjencc |
Beskrivelse | Adds a custom UI that Level would use in krunker.io |
Filstørrelse | 24.04 KB |
Antal Installationer | 20 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-05-10 |
Udgivelsesdato | 2021-05-10 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | GS Level |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |