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
Eメール [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"
    ]
}