Tagpro.me Sync Agent
tagpro.me sync extension
Vad är Tagpro.me Sync Agent?
Tagpro.me Sync Agent är en Chrome-tillägg utvecklad av http://tagpro.me, och dess huvudfunktion är "tagpro.me sync extension".
Ladda ner Tagpro.me Sync Agent-förlängningens CRX-fil
Ladda ner Tagpro.me Sync Agent-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 extension will log results of your Tagpro games to the Tagpro.me stat tracker. The more people use it, the more accurate your advanced stats will be. Version 1.3.0 adds the server and port the game was played on, as well as whether the player was using their reserved name.
Grundläggande Information om Tillägg
Namn | |
ID | bdlmbkibaopdckdiabdckbpnjkhmkaic |
Officiell webbadress | https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic |
Beskrivning | tagpro.me sync extension |
Filstorlek | 25.35 KB |
Antal Installationer | 137 |
Aktuell Version | 1.3.0 |
Senast Uppdaterad | 2014-07-12 |
Publiceringsdatum | 2014-07-12 |
Betyg | 4.92/5 Totalt 12 Betyg |
Utvecklare | http://tagpro.me |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://tagpro.me |
Hjälpsida URL | http://tagpro.me/agentfaq.php |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tagpro.me Sync Agent", "short_name": "TagProMeSync", "description": "tagpro.me sync extension", "version": "1.3.0", "manifest_version": 2, "permissions": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.koalabeast.com\/*", "http:\/\/*.jukejuice.com\/*", "http:\/\/tagpro.me\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/catstats.js" ] } |