Krunker Customiser
Provides extra settings to help you customise your Krunker.io client
O que é Krunker Customiser?
Krunker Customiser é uma extensão do Chrome desenvolvida por aaronpattaz, e sua principal característica é "Provides extra settings to help you customise your Krunker.io client".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Krunker Customiser
Baixe arquivos de extensão Krunker Customiser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
*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.
Informações Básicas da Extensão
Nome | |
ID | haogjblnnpemjmomfbkicmgklaegmmhc |
URL Oficial | https://chromewebstore.google.com/detail/krunker-customiser/haogjblnnpemjmomfbkicmgklaegmmhc |
Descrição | Provides extra settings to help you customise your Krunker.io client |
Tamanho do Arquivo | 1.66 MB |
Contagem de Instalações | 1,141 |
Versão Atual | 1.3.0 |
Última Atualização | 2023-09-15 |
Data de Publicação | 2020-06-24 |
Classificação | 3.20/5 Total de 10 Avaliações |
Desenvolvedor | aaronpattaz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://discord.gg/vQnSdSF |
URL da Página de Ajuda | https://discord.gg/vQnSdSF |
Idiomas Suportados | 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\/*" ] } |