WTFOSAURUS Agar.io

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

Hvad er WTFOSAURUS Agar.io?

WTFOSAURUS Agar.io er en Chrome-udvidelse udviklet af proxus.g, og dens hovedfunktion er "Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.".

Udvidelsesskærmbilleder

screenshot

Download WTFOSAURUS Agar.io-udvidelses-CRX-fil

Download WTFOSAURUS Agar.io-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn WTFOSAURUS Agar.io WTFOSAURUS Agar.io
ID johefdgflphlkclaiokmmfjkkpnhhdkb
Officiel URL https://chrome.google.com/webstore/detail/wtfosaurus-agario/johefdgflphlkclaiokmmfjkkpnhhdkb
Beskrivelse Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.
Filstørrelse 221 KB
Antal Installationer 434
Nuværende Version 1.2
Senest Opdateret 2015-07-11
Udgivelsesdato 2015-07-11
Bedømmelse 3.12/5 Samlet 65 Bedømmelser
Udvikler proxus.g
Betalingsmetode free
Understøttede Sprog 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
}