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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Level's UI Level's UI
ID bopijmfplaeabkphdiefficheokjencc
官方網址 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
電子郵箱 [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"
    ]
}