Krunker Customiser

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

Was ist Krunker Customiser?

Krunker Customiser ist eine Chrome-Erweiterung, die von aaronpattaz entwickelt wurde, und ihr Hauptmerkmal ist "Provides extra settings to help you customise your Krunker.io client".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Krunker Customiser-Erweiterungs-CRX-Datei herunterladen

Laden Sie Krunker Customiser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        *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.                    

Grundlegende Informationen zur Erweiterung

Name Krunker Customiser Krunker Customiser
ID haogjblnnpemjmomfbkicmgklaegmmhc
Offizielle URL https://chromewebstore.google.com/detail/krunker-customiser/haogjblnnpemjmomfbkicmgklaegmmhc
Beschreibung Provides extra settings to help you customise your Krunker.io client
Dateigröße 1.66 MB
Installationsanzahl 1,141
Aktuelle Version 1.3.0
Letztes Update 2023-09-15
Veröffentlichungsdatum 2020-06-24
Bewertung 3.20/5 Insgesamt 10 Bewertungen
Entwickler aaronpattaz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://discord.gg/vQnSdSF
Hilfeseite URL https://discord.gg/vQnSdSF
Unterstützte Sprachen 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\/*"
    ]
}