Tagpro.me Sync Agent

tagpro.me sync extension

Cos'è Tagpro.me Sync Agent?

Tagpro.me Sync Agent è un'estensione di Chrome sviluppata da http://tagpro.me, e la sua funzione principale è "tagpro.me sync extension".

Scarica il file CRX dell'estensione Tagpro.me Sync Agent

Scarica i file di estensione Tagpro.me Sync Agent in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tagpro.me Sync Agent Tagpro.me Sync Agent
ID bdlmbkibaopdckdiabdckbpnjkhmkaic
URL Ufficiale https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic
Descrizione tagpro.me sync extension
Dimensione del File 25.35 KB
Conteggio Installazioni 137
Versione Corrente 1.3.0
Ultimo Aggiornamento 2014-07-12
Data di Pubblicazione 2014-07-12
Valutazione 4.92/5 Totale 12 Valutazioni
Sviluppatore http://tagpro.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://tagpro.me
URL della Pagina di Aiuto http://tagpro.me/agentfaq.php
Lingue Supportate 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"
    ]
}