Agar Mouse Control

Provides Agario users with customizable mouse and keyboard controls to dominate the servers

Vad är Agar Mouse Control?

Agar Mouse Control är en Chrome-tillägg utvecklad av MintFarm, och dess huvudfunktion är "Provides Agario users with customizable mouse and keyboard controls to dominate the servers".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Agar Mouse Control-förlängningens CRX-fil

Ladda ner Agar Mouse Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Agar Mouse Control Agar Mouse Control
ID hlklhnkadanhhjfpebegaojlckbfnfhf
Officiell webbadress https://chrome.google.com/webstore/detail/agar-mouse-control/hlklhnkadanhhjfpebegaojlckbfnfhf
Beskrivning Provides Agario users with customizable mouse and keyboard controls to dominate the servers
Filstorlek 251 KB
Antal Installationer 2,000
Aktuell Version 1.0.2
Senast Uppdaterad 2017-10-02
Publiceringsdatum 2017-10-02
Betyg 3.88/5 Totalt 32 Betyg
Utvecklare MintFarm
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}