Krunker Customiser

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

什么是Krunker Customiser?

Krunker Customiser是由aaronpattaz开发的Chrome扩展程序,该扩展的主要功能是“Provides extra settings to help you customise your Krunker.io client”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Krunker Customiser扩展crx文件

下载Krunker Customiser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        *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\/*"
    ]
}