evo1001001 Agar.io
Simply adds a button to Agar.io to connect to the official evo1001001 server.
Apa itu evo1001001 Agar.io?
evo1001001 Agar.io adalah ekstensi Chrome yang dikembangkan oleh inohtech73, dan fitur utamanya adalah "Simply adds a button to Agar.io to connect to the official evo1001001 server.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi evo1001001 Agar.io
Unduh file ekstensi evo1001001 Agar.io dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | evo1001001 Agar.io |
ID | lammnpgbadaobpfdgedekfdghjgkpomn |
URL Resmi | https://chromewebstore.google.com/detail/evo1001001-agario/lammnpgbadaobpfdgedekfdghjgkpomn |
Deskripsi | Simply adds a button to Agar.io to connect to the official evo1001001 server. |
Ukuran File | 43.11 KB |
Jumlah Instalasi | 537 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-11-17 |
Tanggal Publikasi | 2015-11-17 |
Penilaian | 2.59/5 Total 34 Penilaian |
Pengembang | inohtech73 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |