Krunker.io Alien Blaster
https://github.com/tehchy and Youtube.com/oZoNeOz
Krunker.io Alien Blasterคืออะไร?
Krunker.io Alien Blaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "https://github.com/tehchy and Youtube.com/oZoNeOz"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Krunker.io Alien Blaster
ดาวน์โหลดไฟล์ส่วนขยาย Krunker.io Alien Blaster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Turns krunker.io revolver into Alien Blaster. If any devs have problems with this contact me.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Krunker.io Alien Blaster |
ID | dfapkieamcdbicdffjpgcdbjobffkdag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/krunkerio-alien-blaster/dfapkieamcdbicdffjpgcdbjobffkdag |
คำอธิบาย | https://github.com/tehchy and Youtube.com/oZoNeOz |
ขนาดไฟล์ | 169 KB |
จำนวนการติดตั้ง | 757 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2019-03-09 |
วันที่เผยแพร่ | 2019-03-09 |
คะแนน | 4.11/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://discord.gg/m3z439H |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Krunker.io Alien Blaster", "version": "1.2.0", "manifest_version": 2, "description": "https:\/\/github.com\/tehchy and Youtube.com\/oZoNeOz", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/krunker.io\/*", "background" ], "web_accessible_resources": [ "*.obj", "*.png" ], "background": { "scripts": [ "init.js" ] } } |