Level's UI
Adds a custom UI that Level would use in krunker.io
Level's UIとは何ですか?
Level's UIはGS Levelによって開発されたChromeの拡張機能で、その主な機能は「Adds a custom UI that Level would use in krunker.io」です。
拡張機能のスクリーンショット
Level's UI拡張機能のCRXファイルをダウンロード
Level's UI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | bopijmfplaeabkphdiefficheokjencc |
公式URL | https://chrome.google.com/webstore/detail/levels-ui/bopijmfplaeabkphdiefficheokjencc |
説明 | Adds a custom UI that Level would use in krunker.io |
ファイルサイズ | 24.04 KB |
インストール数 | 20 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-05-10 |
公開日 | 2021-05-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | GS Level |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |