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