Agar Mouse Control
Provides Agario users with customizable mouse and keyboard controls to dominate the servers
Agar Mouse Controlคืออะไร?
Agar Mouse Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MintFarm และคุณลักษณะหลักของมันคือ "Provides Agario users with customizable mouse and keyboard controls to dominate the servers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Agar Mouse Control
ดาวน์โหลดไฟล์ส่วนขยาย Agar Mouse Control ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This a safe tool to be used with agar.io that provides the user with easier and faster controls that allow you to dominate the agar server or to team play with another user more effectively. Customize agar controls to fit your preference and begin dominating your space. Once you use Agar Mouse you'll never go back. **Leave a review to suggest features for future agar mouse updates.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hlklhnkadanhhjfpebegaojlckbfnfhf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/agar-mouse-control/hlklhnkadanhhjfpebegaojlckbfnfhf |
คำอธิบาย | Provides Agario users with customizable mouse and keyboard controls to dominate the servers |
ขนาดไฟล์ | 251 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2017-10-02 |
วันที่เผยแพร่ | 2017-10-02 |
คะแนน | 3.88/5 รวมทั้งหมด 32 คะแนน |
ผู้พัฒนา | MintFarm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Agar Mouse Control", "short_name": "Agar Mouse", "version": "1.0.2", "description": "Provides Agario users with customizable mouse and keyboard controls to dominate the servers", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "page_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Agar Mouse Control Center" }, "background": { "scripts": [ "jquery-3.2.1.js", "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/agar.io\/*", "*:\/\/petridish.pw\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "permissions": [ "tabs", "*:\/\/agar.io\/*", "*:\/\/petridish.pw\/*", "storage" ], "web_accessible_resources": [ "script.js" ] } |