Level's UI
Adds a custom UI that Level would use in krunker.io
Apa itu Level's UI?
Level's UI adalah ekstensi Chrome yang dikembangkan oleh GS Level, dan fitur utamanya adalah "Adds a custom UI that Level would use in krunker.io".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Level's UI
Unduh file ekstensi Level's UI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bopijmfplaeabkphdiefficheokjencc |
URL Resmi | https://chrome.google.com/webstore/detail/levels-ui/bopijmfplaeabkphdiefficheokjencc |
Deskripsi | Adds a custom UI that Level would use in krunker.io |
Ukuran File | 24.04 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-05-10 |
Tanggal Publikasi | 2021-05-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | GS Level |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |