WTFOSAURUS Agar.io
Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.
Vad är WTFOSAURUS Agar.io?
WTFOSAURUS Agar.io är en Chrome-tillägg utvecklad av proxus.g, och dess huvudfunktion är "Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.".
Tilläggsskärmbilder
Ladda ner WTFOSAURUS Agar.io-förlängningens CRX-fil
Ladda ner WTFOSAURUS 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
This simple extension adds a button to agar.io making it very easy to join the official twitch.tv/WTFOSAURUS Agar.io server!
Grundläggande Information om Tillägg
Namn | |
ID | johefdgflphlkclaiokmmfjkkpnhhdkb |
Officiell webbadress | https://chrome.google.com/webstore/detail/wtfosaurus-agario/johefdgflphlkclaiokmmfjkkpnhhdkb |
Beskrivning | Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server. |
Filstorlek | 221 KB |
Antal Installationer | 434 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-07-11 |
Publiceringsdatum | 2015-07-11 |
Betyg | 3.12/5 Totalt 65 Betyg |
Utvecklare | proxus.g |
Betalningssätt | free |
Stödda Språk | 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 } |