Krunker Customiser
Provides extra settings to help you customise your Krunker.io client
Vad är Krunker Customiser?
Krunker Customiser är en Chrome-tillägg utvecklad av aaronpattaz, och dess huvudfunktion är "Provides extra settings to help you customise your Krunker.io client".
Tilläggsskärmbilder
Ladda ner Krunker Customiser-förlängningens CRX-fil
Ladda ner Krunker Customiser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
*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.
Grundläggande Information om Tillägg
Namn | |
ID | haogjblnnpemjmomfbkicmgklaegmmhc |
Officiell webbadress | https://chromewebstore.google.com/detail/krunker-customiser/haogjblnnpemjmomfbkicmgklaegmmhc |
Beskrivning | Provides extra settings to help you customise your Krunker.io client |
Filstorlek | 1.66 MB |
Antal Installationer | 1,141 |
Aktuell Version | 1.3.0 |
Senast Uppdaterad | 2023-09-15 |
Publiceringsdatum | 2020-06-24 |
Betyg | 3.20/5 Totalt 10 Betyg |
Utvecklare | aaronpattaz |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://discord.gg/vQnSdSF |
Hjälpsida URL | https://discord.gg/vQnSdSF |
Stödda Språk | 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\/*" ] } |