Agar Mouse Control
Provides Agario users with customizable mouse and keyboard controls to dominate the servers
什么是Agar Mouse Control?
Agar Mouse Control是由MintFarm开发的Chrome扩展程序,该扩展的主要功能是“Provides Agario users with customizable mouse and keyboard controls to dominate the servers”。
扩展截图
下载Agar Mouse Control扩展crx文件
下载Agar Mouse Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |