Krunker Customiser
Provides extra settings to help you customise your Krunker.io client
Krunker Customiserคืออะไร?
Krunker Customiser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aaronpattaz และคุณลักษณะหลักของมันคือ "Provides extra settings to help you customise your Krunker.io client"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Krunker Customiser
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } |