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 |
官方網址 | 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" ] } |