Agario mouse controlls

This extension will make you able to controll agar.io game with mouse

Was ist Agario mouse controlls?

Agario mouse controlls ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension will make you able to controll agar.io game with mouse".

Erweiterungsscreenshots

Agario mouse controlls-Erweiterungs-CRX-Datei herunterladen

Laden Sie Agario mouse controlls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        павпавлпшавтпшавпогавлпиавтпавтпдавпоавплватодпавлдптодавпдлавтпдлавьтпаовдлп                    

Grundlegende Informationen zur Erweiterung

Name Agario mouse controlls Agario mouse controlls
ID ailhfpiopbgmkialcopngdlabknkjdni
Offizielle URL https://chromewebstore.google.com/detail/agario-mouse-controlls/ailhfpiopbgmkialcopngdlabknkjdni
Beschreibung This extension will make you able to controll agar.io game with mouse
Dateigröße 92.18 KB
Installationsanzahl 275
Aktuelle Version 1.0
Letztes Update 2019-04-06
Veröffentlichungsdatum 2019-04-06
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agario mouse controlls",
    "description": "This extension will make you able to controll agar.io game with mouse",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/agar.io\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "controlls.js"
    ],
    "permissions": [
        "activeTab"
    ]
}