Tagpro.me Sync Agent
tagpro.me sync extension
Qu'est-ce que Tagpro.me Sync Agent ?
Tagpro.me Sync Agent est une extension Chrome développée par http://tagpro.me, et sa fonction principale est "tagpro.me sync extension".
Télécharger le fichier CRX de l'extension Tagpro.me Sync Agent
Téléchargez les fichiers d'extension Tagpro.me Sync Agent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bdlmbkibaopdckdiabdckbpnjkhmkaic |
URL Officiel | https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic |
Description | tagpro.me sync extension |
Taille du Fichier | 25.35 KB |
Nombre d'Installations | 137 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2014-07-12 |
Date de Publication | 2014-07-12 |
Évaluation | 4.92/5 Total 12 Évaluations |
Développeur | http://tagpro.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://tagpro.me |
URL de la Page d'Aide | http://tagpro.me/agentfaq.php |
Langues Prises en Charge | 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" ] } |