Agar Mouse Control
Provides Agario users with customizable mouse and keyboard controls to dominate the servers
What is Agar Mouse Control?
Agar Mouse Control is a Chrome extension developed by MintFarm, and its main feature is "Provides Agario users with customizable mouse and keyboard controls to dominate the servers".
Extension Screenshots
Download Agar Mouse Control Extension CRX File
Download Agar Mouse Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hlklhnkadanhhjfpebegaojlckbfnfhf |
Official URL | https://chrome.google.com/webstore/detail/agar-mouse-control/hlklhnkadanhhjfpebegaojlckbfnfhf |
Description | Provides Agario users with customizable mouse and keyboard controls to dominate the servers |
File Size | 251 KB |
Installation Count | 2,000 |
Current Version | 1.0.2 |
Last Updated | 2017-10-02 |
Publish Date | 2017-10-02 |
Rating | 3.88/5 Total 32 Ratings |
Developer | MintFarm |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |