Tagpro.me Sync Agent

tagpro.me sync extension

Tagpro.me Sync Agent là gì?

Tagpro.me Sync Agent là một tiện ích mở rộng Chrome được phát triển bởi http://tagpro.me, và tính năng chính của nó là "tagpro.me sync extension".

Tải xuống tệp CRX của tiện ích mở rộng Tagpro.me Sync Agent

Tải xuống các tệp mở rộng Tagpro.me Sync Agent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tagpro.me Sync Agent Tagpro.me Sync Agent
ID bdlmbkibaopdckdiabdckbpnjkhmkaic
URL Chính Thức https://chrome.google.com/webstore/detail/tagprome-sync-agent/bdlmbkibaopdckdiabdckbpnjkhmkaic
Mô tả tagpro.me sync extension
Kích Thước Tệp 25.35 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2014-07-12
Ngày Phát Hành 2014-07-12
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển http://tagpro.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://tagpro.me
URL Trang Trợ Giúp http://tagpro.me/agentfaq.php
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}