Krunker Customiser

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

Krunker Customiser là gì?

Krunker Customiser là một tiện ích mở rộng Chrome được phát triển bởi aaronpattaz, và tính năng chính của nó là "Provides extra settings to help you customise your Krunker.io client".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Krunker Customiser

Tải xuống các tệp mở rộng Krunker Customiser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Krunker Customiser Krunker Customiser
ID haogjblnnpemjmomfbkicmgklaegmmhc
URL Chính Thức https://chromewebstore.google.com/detail/krunker-customiser/haogjblnnpemjmomfbkicmgklaegmmhc
Mô tả Provides extra settings to help you customise your Krunker.io client
Kích Thước Tệp 1.66 MB
Số Lần Cài Đặt 1,141
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-09-15
Ngày Phát Hành 2020-06-24
Đánh Giá 3.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển aaronpattaz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://discord.gg/vQnSdSF
URL Trang Trợ Giúp https://discord.gg/vQnSdSF
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}