Krunker Customiser

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

Krunker Customiser क्या है?

Krunker Customiser aaronpattaz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides extra settings to help you customise your Krunker.io client"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

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

एक्सटेंशन की मूल जानकारी

नाम Krunker Customiser Krunker Customiser
ID haogjblnnpemjmomfbkicmgklaegmmhc
आधिकारिक URL https://chromewebstore.google.com/detail/krunker-customiser/haogjblnnpemjmomfbkicmgklaegmmhc
विवरण Provides extra settings to help you customise your Krunker.io client
फ़ाइल का आकार 1.66 MB
स्थापना संख्या 1,141
वर्तमान संस्करण 1.3.0
अंतिम अपडेट 2023-09-15
प्रकाशन तिथि 2020-06-24
रेटिंग 3.20/5 कुल 10 रेटिंग्स
डेवलपर aaronpattaz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://discord.gg/vQnSdSF
सहायता पृष्ठ URL https://discord.gg/vQnSdSF
समर्थित भाषाएँ 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\/*"
    ]
}