Agario mouse controlls

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

Wat is Agario mouse controlls?

Agario mouse controlls is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension will make you able to controll agar.io game with mouse".

Extensie Screenshots

Download het CRX-bestand van de extensie Agario mouse controlls

Download Agario mouse controlls-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

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

Basisinformatie over de Extensie

Naam Agario mouse controlls Agario mouse controlls
ID ailhfpiopbgmkialcopngdlabknkjdni
Officiële URL https://chromewebstore.google.com/detail/agario-mouse-controlls/ailhfpiopbgmkialcopngdlabknkjdni
Beschrijving This extension will make you able to controll agar.io game with mouse
Bestandsgrootte 92.18 KB
Aantal Installaties 275
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-06
Publicatiedatum 2019-04-06
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}