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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Agar Mouse Control Agar Mouse Control
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
Eメール [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"
    ]
}