Krunker Customiser

Provides extra settings to help you customise your Krunker.io client

Cos'è Krunker Customiser?

Krunker Customiser è un'estensione di Chrome sviluppata da aaronpattaz, e la sua funzione principale è "Provides extra settings to help you customise your Krunker.io client".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Krunker Customiser

Scarica i file di estensione Krunker Customiser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        *NOTE*
This extension is no longer supported. It may still work, however, use at your own risk

This extension provides a way to customise your Krunker client by providing the user with easy to use options that can help them achieve the competitive edge. This is done by giving the user access to on the fly crosshair and scope options to change as they like as well as being able to enable settings that wouldn't find in the settings menu.                    

Informazioni di Base sull'Estensione

Nome Krunker Customiser Krunker Customiser
ID haogjblnnpemjmomfbkicmgklaegmmhc
URL Ufficiale https://chromewebstore.google.com/detail/krunker-customiser/haogjblnnpemjmomfbkicmgklaegmmhc
Descrizione Provides extra settings to help you customise your Krunker.io client
Dimensione del File 1.66 MB
Conteggio Installazioni 1,141
Versione Corrente 1.3.0
Ultimo Aggiornamento 2023-09-15
Data di Pubblicazione 2020-06-24
Valutazione 3.20/5 Totale 10 Valutazioni
Sviluppatore aaronpattaz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://discord.gg/vQnSdSF
URL della Pagina di Aiuto https://discord.gg/vQnSdSF
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Krunker Customiser",
    "description": "Provides extra settings to help you customise your Krunker.io client",
    "version": "1.3.0",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/krunker.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery-easing\/1.4.1\/jquery.easing.js; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/krunker.io\/*"
    ]
}