WTFOSAURUS Agar.io
Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.
Apa itu WTFOSAURUS Agar.io?
WTFOSAURUS Agar.io adalah ekstensi Chrome yang dikembangkan oleh proxus.g, dan fitur utamanya adalah "Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WTFOSAURUS Agar.io
Unduh file ekstensi WTFOSAURUS 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
This simple extension adds a button to agar.io making it very easy to join the official twitch.tv/WTFOSAURUS Agar.io server!
Informasi Dasar Ekstensi
Nama | |
ID | johefdgflphlkclaiokmmfjkkpnhhdkb |
URL Resmi | https://chrome.google.com/webstore/detail/wtfosaurus-agario/johefdgflphlkclaiokmmfjkkpnhhdkb |
Deskripsi | Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server. |
Ukuran File | 221 KB |
Jumlah Instalasi | 434 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-07-11 |
Tanggal Publikasi | 2015-07-11 |
Penilaian | 3.12/5 Total 65 Penilaian |
Pengembang | proxus.g |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |