Krunker Customiser
Provides extra settings to help you customise your Krunker.io client
Co je Krunker Customiser?
Krunker Customiser je rozšíření Chrome vyvinuté aaronpattaz, a jeho hlavní funkcí je „Provides extra settings to help you customise your Krunker.io client“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Krunker Customiser
Stáhněte si soubory rozšíření Krunker Customiser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
*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.
Základní Informace o Rozšíření
Název | |
ID | haogjblnnpemjmomfbkicmgklaegmmhc |
Oficiální URL | https://chromewebstore.google.com/detail/krunker-customiser/haogjblnnpemjmomfbkicmgklaegmmhc |
Popis | Provides extra settings to help you customise your Krunker.io client |
Velikost souboru | 1.66 MB |
Počet instalací | 1,141 |
Aktuální Verze | 1.3.0 |
Poslední Aktualizace | 2023-09-15 |
Datum Vydání | 2020-06-24 |
Hodnocení | 3.20/5 Celkem 10 Hodnocení |
Vývojář | aaronpattaz |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://discord.gg/vQnSdSF |
URL Stránky Nápovědy | https://discord.gg/vQnSdSF |
Podporované Jazyky | 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\/*" ] } |