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
官方網址 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"
    ]
}