Agar Mouse Control
Provides Agario users with customizable mouse and keyboard controls to dominate the servers
Co je Agar Mouse Control?
Agar Mouse Control je rozšíření Chrome vyvinuté MintFarm, a jeho hlavní funkcí je „Provides Agario users with customizable mouse and keyboard controls to dominate the servers“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Agar Mouse Control
Stáhněte si soubory rozšíření Agar Mouse Control ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hlklhnkadanhhjfpebegaojlckbfnfhf |
Oficiální URL | https://chrome.google.com/webstore/detail/agar-mouse-control/hlklhnkadanhhjfpebegaojlckbfnfhf |
Popis | Provides Agario users with customizable mouse and keyboard controls to dominate the servers |
Velikost souboru | 251 KB |
Počet instalací | 2,000 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2017-10-02 |
Datum Vydání | 2017-10-02 |
Hodnocení | 3.88/5 Celkem 32 Hodnocení |
Vývojář | MintFarm |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |