Tagpro.me Sync Agent

tagpro.me sync extension

Что такое Tagpro.me Sync Agent?

Tagpro.me Sync Agent - это расширение Chrome, разработанное http://tagpro.me, и его основная функция - "tagpro.me sync extension".

Скачать файл CRX расширения Tagpro.me Sync Agent

Скачайте файлы расширений Tagpro.me Sync Agent в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Tagpro.me Sync Agent Tagpro.me Sync Agent
ID bdlmbkibaopdckdiabdckbpnjkhmkaic
Официальный URL https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic
Описание tagpro.me sync extension
Размер файла 25.35 KB
Количество установок 137
Текущая Версия 1.3.0
Последнее Обновление 2014-07-12
Дата публикации 2014-07-12
Рейтинг 4.92/5 Всего 12 оценок
Разработчик http://tagpro.me
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://tagpro.me
URL страницы помощи http://tagpro.me/agentfaq.php
Поддерживаемые языки 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"
    ]
}