Agar Mouse Control
Provides Agario users with customizable mouse and keyboard controls to dominate the servers
Cos'è Agar Mouse Control?
Agar Mouse Control è un'estensione di Chrome sviluppata da MintFarm, e la sua funzione principale è "Provides Agario users with customizable mouse and keyboard controls to dominate the servers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Agar Mouse Control
Scarica i file di estensione Agar Mouse Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hlklhnkadanhhjfpebegaojlckbfnfhf |
URL Ufficiale | https://chrome.google.com/webstore/detail/agar-mouse-control/hlklhnkadanhhjfpebegaojlckbfnfhf |
Descrizione | Provides Agario users with customizable mouse and keyboard controls to dominate the servers |
Dimensione del File | 251 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-10-02 |
Data di Pubblicazione | 2017-10-02 |
Valutazione | 3.88/5 Totale 32 Valutazioni |
Sviluppatore | MintFarm |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |