WTFOSAURUS Agar.io
Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.
What is WTFOSAURUS Agar.io?
WTFOSAURUS Agar.io is a Chrome extension developed by proxus.g, and its main feature is "Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.".
Extension Screenshots
Download WTFOSAURUS Agar.io Extension CRX File
Download WTFOSAURUS Agar.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This simple extension adds a button to agar.io making it very easy to join the official twitch.tv/WTFOSAURUS Agar.io server!
Extension Basic Information
Name | |
ID | johefdgflphlkclaiokmmfjkkpnhhdkb |
Official URL | https://chrome.google.com/webstore/detail/wtfosaurus-agario/johefdgflphlkclaiokmmfjkkpnhhdkb |
Description | Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server. |
File Size | 221 KB |
Installation Count | 434 |
Current Version | 1.2 |
Last Updated | 2015-07-11 |
Publish Date | 2015-07-11 |
Rating | 3.12/5 Total 65 Ratings |
Developer | proxus.g |
Payment Type | free |
Supported Languages | 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 } |