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
官方網址 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\/*"
    ]
}