Agar Mouse Control
Provides Agario users with customizable mouse and keyboard controls to dominate the servers
Was ist Agar Mouse Control?
Agar Mouse Control ist eine Chrome-Erweiterung, die von MintFarm entwickelt wurde, und ihr Hauptmerkmal ist "Provides Agario users with customizable mouse and keyboard controls to dominate the servers".
Erweiterungsscreenshots
Agar Mouse Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie Agar Mouse Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hlklhnkadanhhjfpebegaojlckbfnfhf |
Offizielle URL | https://chrome.google.com/webstore/detail/agar-mouse-control/hlklhnkadanhhjfpebegaojlckbfnfhf |
Beschreibung | Provides Agario users with customizable mouse and keyboard controls to dominate the servers |
Dateigröße | 251 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2017-10-02 |
Veröffentlichungsdatum | 2017-10-02 |
Bewertung | 3.88/5 Insgesamt 32 Bewertungen |
Entwickler | MintFarm |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |