Tagpro.me Sync Agent

tagpro.me sync extension

Co to jest Tagpro.me Sync Agent?

Tagpro.me Sync Agent to rozszerzenie Chrome opracowane przez http://tagpro.me, a jego główną funkcją jest „tagpro.me sync extension”.

Pobierz plik CRX rozszerzenia Tagpro.me Sync Agent

Pobierz pliki rozszerzeń Tagpro.me Sync Agent w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tagpro.me Sync Agent Tagpro.me Sync Agent
ID bdlmbkibaopdckdiabdckbpnjkhmkaic
Oficjalny URL https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic
Opis tagpro.me sync extension
Rozmiar pliku 25.35 KB
Liczba instalacji 137
Aktualna Wersja 1.3.0
Ostatnia Aktualizacja 2014-07-12
Data Publikacji 2014-07-12
Ocena 4.92/5 Łącznie 12 Oceny
Deweloper http://tagpro.me
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://tagpro.me
Adres URL Strony Pomocy http://tagpro.me/agentfaq.php
Obsługiwane Języki 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"
    ]
}