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开发的Chrome扩展程序,该扩展的主要功能是“Adds a skin button to Agar.io, allowing you to select a skin”。

扩展截图

screenshot
screenshot

下载Agario Skin Selector button扩展crx文件

下载Agario Skin Selector button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}