Level's UI

Adds a custom UI that Level would use in krunker.io

Level's UIคืออะไร?

Level's UI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GS Level และคุณลักษณะหลักของมันคือ "Adds a custom UI that Level would use in krunker.io"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Level's UI

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
    ]
}