Agar Mouse Control

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

O que é Agar Mouse Control?

Agar Mouse Control é uma extensão do Chrome desenvolvida por MintFarm, e sua principal característica é "Provides Agario users with customizable mouse and keyboard controls to dominate the servers".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Agar Mouse Control

Baixe arquivos de extensão Agar Mouse Control no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Agar Mouse Control Agar Mouse Control
ID hlklhnkadanhhjfpebegaojlckbfnfhf
URL Oficial https://chrome.google.com/webstore/detail/agar-mouse-control/hlklhnkadanhhjfpebegaojlckbfnfhf
Descrição Provides Agario users with customizable mouse and keyboard controls to dominate the servers
Tamanho do Arquivo 251 KB
Contagem de Instalações 2,000
Versão Atual 1.0.2
Última Atualização 2017-10-02
Data de Publicação 2017-10-02
Classificação 3.88/5 Total de 32 Avaliações
Desenvolvedor MintFarm
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}