TF2Pickup.net

Current status of TF2Pickup.net 6v6 pickup.

什么是TF2Pickup.net?

TF2Pickup.net是由zoob开发的Chrome扩展程序,该扩展的主要功能是“Current status of TF2Pickup.net 6v6 pickup.”。

扩展截图

screenshot

下载TF2Pickup.net扩展crx文件

下载TF2Pickup.net扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TF2Pickup.net is a web-based pickup, where the players can easily play competitive Team Fortress 2.

This extension shows current status of TF2Pickup.net on Chrome.

---

0.2: Initial release (6v6 only)
0.3: Bug fixes
0.4: Notification support                    

扩展基本信息

名称 TF2Pickup.net TF2Pickup.net
ID janngcnaakkcfhmjbkpanlnmfmpgilla
官方URL https://chrome.google.com/webstore/detail/tf2pickupnet/janngcnaakkcfhmjbkpanlnmfmpgilla
简介 Current status of TF2Pickup.net 6v6 pickup.
文件大小 164 KB
安装次数 16
当前版本 0.4
更新时间 2014-11-27
上架时间 2014-11-27
评分 3.33/5 共3次评分
开发者 zoob
付费类型 free
扩展官网 http://tf2pickup.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TF2Pickup.net",
    "description": "Current status of TF2Pickup.net 6v6 pickup.",
    "version": "0.4",
    "author": "zoob",
    "homepage_url": "http:\/\/tf2pickup.net",
    "short_name": "TF2Pickup.net",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "http:\/\/tf2pickup.net\/ajax\/*",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/update.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}