Surviv.io Pointer
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…
Surviv.io Pointerคืออะไร?
Surviv.io Pointer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devchris314159 และคุณลักษณะหลักของมันคือ "Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Surviv.io Pointer
ดาวน์โหลดไฟล์ส่วนขยาย Surviv.io Pointer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change notes on the github repo: https://github.com/grabc59/surviv-io-pointer-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lngekiocifaldnomhioeklpbejcgdfaa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/survivio-pointer/lngekiocifaldnomhioeklpbejcgdfaa |
คำอธิบาย | Chrome extension to change the cursor in surviv.io from the crosshair to the pointer cursor. More info, attributions and change… |
ขนาดไฟล์ | 66.34 KB |
จำนวนการติดตั้ง | 760 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2018-09-03 |
วันที่เผยแพร่ | 2018-09-03 |
คะแนน | 3.64/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | devchris314159 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surviv.io Pointer", "version": "0.4", "browser_action": { "default_icon": "radioactive.png" }, "content_scripts": [ { "matches": [ "*:\/\/surviv.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/surviv2.io\/*", "*:\/\/2dbattleroyale.com\/*", "*:\/\/2dbattleroyale.com\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] } } |