evo1001001 Agar.io
Simply adds a button to Agar.io to connect to the official evo1001001 server.
evo1001001 Agar.ioとは何ですか?
evo1001001 Agar.ioはinohtech73によって開発されたChromeの拡張機能で、その主な機能は「Simply adds a button to Agar.io to connect to the official evo1001001 server.」です。
拡張機能のスクリーンショット
evo1001001 Agar.io拡張機能のCRXファイルをダウンロード
evo1001001 Agar.io拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | evo1001001 Agar.io |
ID | lammnpgbadaobpfdgedekfdghjgkpomn |
公式URL | https://chromewebstore.google.com/detail/evo1001001-agario/lammnpgbadaobpfdgedekfdghjgkpomn |
説明 | Simply adds a button to Agar.io to connect to the official evo1001001 server. |
ファイルサイズ | 43.11 KB |
インストール数 | 537 |
現在のバージョン | 1.0 |
最終更新日 | 2015-11-17 |
公開日 | 2015-11-17 |
評価 | 2.59/5 合計 34 レビュー |
開発者 | inohtech73 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery-2.1.4.min.js", "joinButton.js" ], "matches": [ "http:\/\/agar.io\/" ] } ], "description": "Simply adds a button to Agar.io to connect to the official evo1001001 server.", "icons": { "128": "images\/icon128.png" }, "manifest_version": 2, "name": "evo1001001 Agar.io", "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "evo1001001 AGAR" }, "permissions": [ "http:\/\/agar.io\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |