Tagpro.me Sync Agent

tagpro.me sync extension

什么是Tagpro.me Sync Agent?

Tagpro.me Sync Agent是由http://tagpro.me开发的Chrome扩展程序,该扩展的主要功能是“tagpro.me sync extension”。

下载Tagpro.me Sync Agent扩展crx文件

下载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"
    ]
}