Agario Skin Selector button

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

Agario Skin Selector button là gì?

Agario Skin Selector button là một tiện ích mở rộng Chrome được phát triển bởi kassius, và tính năng chính của nó là "Adds a skin button to Agar.io, allowing you to select a skin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Agario Skin Selector button

Tải xuống các tệp mở rộng Agario Skin Selector button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Agario Skin Selector button Agario Skin Selector button
ID odgkcjomoppkjbbamdejohmodhjcohop
URL Chính Thức https://chrome.google.com/webstore/detail/agario-skin-selector-butt/odgkcjomoppkjbbamdejohmodhjcohop
Mô tả Adds a skin button to Agar.io, allowing you to select a skin
Kích Thước Tệp 48.19 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-01-23
Ngày Phát Hành 2016-01-23
Đánh Giá 3.00/5 Tổng số 108 Đánh Giá
Nhà Phát Triển kassius
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}