WTFOSAURUS Agar.io

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

Qu'est-ce que WTFOSAURUS Agar.io ?

WTFOSAURUS Agar.io est une extension Chrome développée par proxus.g, et sa fonction principale est "Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WTFOSAURUS Agar.io

Téléchargez les fichiers d'extension WTFOSAURUS Agar.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This simple extension adds a button to agar.io making it very easy to join the official twitch.tv/WTFOSAURUS Agar.io server!                    

Informations de Base sur l'Extension

Nom WTFOSAURUS Agar.io WTFOSAURUS Agar.io
ID johefdgflphlkclaiokmmfjkkpnhhdkb
URL Officiel https://chrome.google.com/webstore/detail/wtfosaurus-agario/johefdgflphlkclaiokmmfjkkpnhhdkb
Description Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.
Taille du Fichier 221 KB
Nombre d'Installations 434
Version Actuelle 1.2
Dernière Mise à Jour 2015-07-11
Date de Publication 2015-07-11
Évaluation 3.12/5 Total 65 Évaluations
Développeur proxus.g
Type de Paiement free
Langues Prises en Charge 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
}