Agar Mouse Control

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

Wat is Agar Mouse Control?

Agar Mouse Control is een Chrome-extensie ontwikkeld door MintFarm, en de belangrijkste functie is "Provides Agario users with customizable mouse and keyboard controls to dominate the servers".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Agar Mouse Control

Download Agar Mouse Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Agar Mouse Control Agar Mouse Control
ID hlklhnkadanhhjfpebegaojlckbfnfhf
Officiële URL https://chrome.google.com/webstore/detail/agar-mouse-control/hlklhnkadanhhjfpebegaojlckbfnfhf
Beschrijving Provides Agario users with customizable mouse and keyboard controls to dominate the servers
Bestandsgrootte 251 KB
Aantal Installaties 2,000
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-10-02
Publicatiedatum 2017-10-02
Beoordeling 3.88/5 Totaal 32 Beoordelingen
Ontwikkelaar MintFarm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}