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