WTFOSAURUS Agar.io

Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.

Wat is WTFOSAURUS Agar.io?

WTFOSAURUS Agar.io is een Chrome-extensie ontwikkeld door proxus.g, en de belangrijkste functie is "Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WTFOSAURUS Agar.io

Download WTFOSAURUS Agar.io-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 simple extension adds a button to agar.io making it very easy to join the official twitch.tv/WTFOSAURUS Agar.io server!                    

Basisinformatie over de Extensie

Naam WTFOSAURUS Agar.io WTFOSAURUS Agar.io
ID johefdgflphlkclaiokmmfjkkpnhhdkb
Officiële URL https://chrome.google.com/webstore/detail/wtfosaurus-agario/johefdgflphlkclaiokmmfjkkpnhhdkb
Beschrijving Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.
Bestandsgrootte 221 KB
Aantal Installaties 434
Huidige Versie 1.2
Laatst Bijgewerkt 2015-07-11
Publicatiedatum 2015-07-11
Beoordeling 3.12/5 Totaal 65 Beoordelingen
Ontwikkelaar proxus.g
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WTFOSAURUS Agar.io",
    "description": "Simply adds a button to Agar.io to connect to the official twitch.tv\/WTFOSAURUS server.",
    "version": "1.2",
    "permissions": [
        "http:\/\/agar.io\/"
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "WTFOSAURUS AGAR"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/agar.io\/"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "joinButton.js"
            ]
        }
    ],
    "manifest_version": 2
}