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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |