evo1001001 Agar.io
Simply adds a button to Agar.io to connect to the official evo1001001 server.
What is evo1001001 Agar.io?
evo1001001 Agar.io is a Chrome extension developed by inohtech73, and its main feature is "Simply adds a button to Agar.io to connect to the official evo1001001 server.".
Extension Screenshots
Download evo1001001 Agar.io Extension CRX File
Download evo1001001 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
Extension Basic Information
Name | evo1001001 Agar.io |
ID | lammnpgbadaobpfdgedekfdghjgkpomn |
Official URL | https://chromewebstore.google.com/detail/evo1001001-agario/lammnpgbadaobpfdgedekfdghjgkpomn |
Description | Simply adds a button to Agar.io to connect to the official evo1001001 server. |
File Size | 43.11 KB |
Installation Count | 537 |
Current Version | 1.0 |
Last Updated | 2015-11-17 |
Publish Date | 2015-11-17 |
Rating | 2.59/5 Total 34 Ratings |
Developer | inohtech73 |
Payment Type | free |
Supported Languages | 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" } |