tf2mart helper

Shows up additional Trade button

tf2mart helper란 무엇입니까?

tf2mart helper은(는) tf2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows up additional Trade button"입니다.

확장 프로그램 스크린샷

screenshot

tf2mart helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shows up additional Trade button                    

확장 프로그램 기본 정보

이름 tf2mart helper tf2mart helper
ID pfacmpcgkiicbpdnmihgjcfggmhjcgmp
공식 URL https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp
설명 Shows up additional Trade button
파일 크기 58.51 KB
설치 횟수 15
현재 버전 1.1.2
최근 업데이트 2018-03-18
출시 날짜 2018-03-18
평점 4.33/5 총 3 개의 평점
개발자 tf2
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tf2mart helper",
    "version": "1.1.2",
    "icons": {
        "16": "images\/empty_16.png",
        "32": "images\/empty_32.png",
        "48": "images\/empty_48.png",
        "64": "images\/empty_64.png",
        "128": "images\/empty_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tf2mart.net\/order"
            ],
            "js": [
                "content_scripts\/end.js",
                "content_scripts\/main.js",
                "content_scripts\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/empty_32.png",
        "default_title": "tf2mart helper",
        "default_popup": "popup\/popup.html"
    }
}