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」です。
拡張機能のスクリーンショット
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 !
拡張機能の基本情報
名前 | |
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" ] } |