Tagpro.me Sync Agent
tagpro.me sync extension
What is Tagpro.me Sync Agent?
Tagpro.me Sync Agent is a Chrome extension developed by http://tagpro.me, and its main feature is "tagpro.me sync extension".
Download Tagpro.me Sync Agent Extension CRX File
Download Tagpro.me Sync Agent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bdlmbkibaopdckdiabdckbpnjkhmkaic |
Official URL | https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic |
Description | tagpro.me sync extension |
File Size | 25.35 KB |
Installation Count | 137 |
Current Version | 1.3.0 |
Last Updated | 2014-07-12 |
Publish Date | 2014-07-12 |
Rating | 4.92/5 Total 12 Ratings |
Developer | http://tagpro.me |
[email protected] | |
Payment Type | free |
Extension Website | http://tagpro.me |
Help Page URL | http://tagpro.me/agentfaq.php |
Supported Languages | 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" ] } |