TF2Pickup.net

Current status of TF2Pickup.net 6v6 pickup.

What is TF2Pickup.net?

TF2Pickup.net is a Chrome extension developed by zoob, and its main feature is "Current status of TF2Pickup.net 6v6 pickup.".

Extension Screenshots

screenshot

Download TF2Pickup.net Extension CRX File

Download TF2Pickup.net extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name TF2Pickup.net TF2Pickup.net
ID janngcnaakkcfhmjbkpanlnmfmpgilla
Official URL https://chrome.google.com/webstore/detail/tf2pickupnet/janngcnaakkcfhmjbkpanlnmfmpgilla
Description Current status of TF2Pickup.net 6v6 pickup.
File Size 164 KB
Installation Count 16
Current Version 0.4
Last Updated 2014-11-27
Publish Date 2014-11-27
Rating 3.33/5 Total 3 Ratings
Developer zoob
Payment Type free
Extension Website http://tf2pickup.net
Supported Languages 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"
    }
}