Tagpro.me Sync Agent
tagpro.me sync extension
Wat is Tagpro.me Sync Agent?
Tagpro.me Sync Agent is een Chrome-extensie ontwikkeld door http://tagpro.me, en de belangrijkste functie is "tagpro.me sync extension".
Download het CRX-bestand van de extensie Tagpro.me Sync Agent
Download Tagpro.me Sync Agent-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bdlmbkibaopdckdiabdckbpnjkhmkaic |
Officiële URL | https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic |
Beschrijving | tagpro.me sync extension |
Bestandsgrootte | 25.35 KB |
Aantal Installaties | 137 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2014-07-12 |
Publicatiedatum | 2014-07-12 |
Beoordeling | 4.92/5 Totaal 12 Beoordelingen |
Ontwikkelaar | http://tagpro.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://tagpro.me |
Help Pagina-URL | http://tagpro.me/agentfaq.php |
Ondersteunde Talen | 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" ] } |