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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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