Level's UI

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

Level's UI क्या है?

Level's UI GS Level द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a custom UI that Level would use in krunker.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Level's UI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}