Agar Mouse Control
Provides Agario users with customizable mouse and keyboard controls to dominate the servers
Agar Mouse Control क्या है?
Agar Mouse Control MintFarm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides Agario users with customizable mouse and keyboard controls to dominate the servers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Agar Mouse Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |