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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}