Agario Skin Selector button

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

Agario Skin Selector button क्या है?

Agario Skin Selector button kassius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a skin button to Agar.io, allowing you to select a skin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Agario Skin Selector button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 !                    

एक्सटेंशन की मूल जानकारी

नाम Agario Skin Selector button Agario Skin Selector button
ID odgkcjomoppkjbbamdejohmodhjcohop
आधिकारिक URL https://chrome.google.com/webstore/detail/agario-skin-selector-butt/odgkcjomoppkjbbamdejohmodhjcohop
विवरण Adds a skin button to Agar.io, allowing you to select a skin
फ़ाइल का आकार 48.19 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.2
अंतिम अपडेट 2016-01-23
प्रकाशन तिथि 2016-01-23
रेटिंग 3.00/5 कुल 108 रेटिंग्स
डेवलपर kassius
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}