Krunker Customiser

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

Qu'est-ce que Krunker Customiser ?

Krunker Customiser est une extension Chrome développée par aaronpattaz, et sa fonction principale est "Provides extra settings to help you customise your Krunker.io client".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Krunker Customiser

Téléchargez les fichiers d'extension Krunker Customiser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Krunker Customiser Krunker Customiser
ID haogjblnnpemjmomfbkicmgklaegmmhc
URL Officiel https://chromewebstore.google.com/detail/krunker-customiser/haogjblnnpemjmomfbkicmgklaegmmhc
Description Provides extra settings to help you customise your Krunker.io client
Taille du Fichier 1.66 MB
Nombre d'Installations 1,141
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-09-15
Date de Publication 2020-06-24
Évaluation 3.20/5 Total 10 Évaluations
Développeur aaronpattaz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://discord.gg/vQnSdSF
URL de la Page d'Aide https://discord.gg/vQnSdSF
Langues Prises en Charge 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\/*"
    ]
}