evo1001001 Agar.io
Simply adds a button to Agar.io to connect to the official evo1001001 server.
Vad är evo1001001 Agar.io?
evo1001001 Agar.io är en Chrome-tillägg utvecklad av inohtech73, och dess huvudfunktion är "Simply adds a button to Agar.io to connect to the official evo1001001 server.".
Tilläggsskärmbilder
Ladda ner evo1001001 Agar.io-förlängningens CRX-fil
Ladda ner evo1001001 Agar.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | evo1001001 Agar.io |
ID | lammnpgbadaobpfdgedekfdghjgkpomn |
Officiell webbadress | https://chromewebstore.google.com/detail/evo1001001-agario/lammnpgbadaobpfdgedekfdghjgkpomn |
Beskrivning | Simply adds a button to Agar.io to connect to the official evo1001001 server. |
Filstorlek | 43.11 KB |
Antal Installationer | 537 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-11-17 |
Publiceringsdatum | 2015-11-17 |
Betyg | 2.59/5 Totalt 34 Betyg |
Utvecklare | inohtech73 |
Betalningssätt | free |
Stödda Språk | 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" } |