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"
    }
}