evo1001001 Agar.io
Simply adds a button to Agar.io to connect to the official evo1001001 server.
Qu'est-ce que evo1001001 Agar.io ?
evo1001001 Agar.io est une extension Chrome développée par inohtech73, et sa fonction principale est "Simply adds a button to Agar.io to connect to the official evo1001001 server.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension evo1001001 Agar.io
Téléchargez les fichiers d'extension evo1001001 Agar.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | evo1001001 Agar.io |
ID | lammnpgbadaobpfdgedekfdghjgkpomn |
URL Officiel | https://chromewebstore.google.com/detail/evo1001001-agario/lammnpgbadaobpfdgedekfdghjgkpomn |
Description | Simply adds a button to Agar.io to connect to the official evo1001001 server. |
Taille du Fichier | 43.11 KB |
Nombre d'Installations | 537 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-11-17 |
Date de Publication | 2015-11-17 |
Évaluation | 2.59/5 Total 34 Évaluations |
Développeur | inohtech73 |
Type de Paiement | free |
Langues Prises en Charge | 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" } |