Agario Skin Selector button

Adds a skin button to Agar.io, allowing you to select a skin

Was ist Agario Skin Selector button?

Agario Skin Selector button ist eine Chrome-Erweiterung, die von kassius entwickelt wurde, und ihr Hauptmerkmal ist "Adds a skin button to Agar.io, allowing you to select a skin".

Erweiterungsscreenshots

screenshot
screenshot

Agario Skin Selector button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Agario Skin Selector button-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

                        This extension adds a Skin button into the agar.io play screen. Just click a skin you want and then press play.

Instructions :
 1. Add this Extension.
 2. Goto Agar.io.
 3. Press the new Skin Button.
 4. click the skin you want.
 5. press play.

Contains all the Skins Listed on agarioskins website. I will add more when they come out.

 ! Special Thanks to Rachael for typing out the vast majority (99%) of the buttons !                    

Grundlegende Informationen zur Erweiterung

Name Agario Skin Selector button Agario Skin Selector button
ID odgkcjomoppkjbbamdejohmodhjcohop
Offizielle URL https://chrome.google.com/webstore/detail/agario-skin-selector-butt/odgkcjomoppkjbbamdejohmodhjcohop
Beschreibung Adds a skin button to Agar.io, allowing you to select a skin
Dateigröße 48.19 KB
Installationsanzahl 2,000
Aktuelle Version 0.2
Letztes Update 2016-01-23
Veröffentlichungsdatum 2016-01-23
Bewertung 3.00/5 Insgesamt 108 Bewertungen
Entwickler kassius
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Agario Skin Selector button",
    "manifest_version": 2,
    "version": "0.2",
    "description": "Adds a skin button to Agar.io, allowing you to select a skin",
    "author": [
        "Kassius Barker",
        "Rachael Kania"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/agar.io\/"
            ],
            "js": [
                "agario-skin-script.js"
            ],
            "css": [
                "spec-skin-ext.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "agario-skin-btn.js",
        "spec-skin-ext.css"
    ]
}