T4G Blacklist Add-on

Extends the profiles of Battlefield Play4Free

T4G Blacklist Add-on란 무엇입니까?

T4G Blacklist Add-on은(는) my-ouZo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the profiles of Battlefield Play4Free"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

T4G Blacklist Add-on 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Help:
http://forum.tools4games.com/

Description:
Checks the status of various blacklists and displays them on the profile. Players who are not listed can be reported to T4G directly, without needing to search for the corresponding IDs. Apart from this, further stats and scores are displayed on the profiles.

Functions:
* inquiry of T4G-Blacklist
* inquiry of PBSS
* report to T4G via direct link
* additional overview stats
* additional weapon stats
* additional vehicle stats
* additional map stats
* highlight all suspicious values
* show prebuys (lower level than criteria)
* configurable general limits
* individual limits per weapon/map
* import/export of limits
* completely customizable display of stats
* debug mode
* copy weapon stats to clipboard (double click on weapon image)
* BF award system
* direct link to submission (only for T4G team)                    

확장 프로그램 기본 정보

이름 T4G Blacklist Add-on T4G Blacklist Add-on
ID ahonndfjkbgdpmacjpahijipoiocbcoe
공식 URL https://chromewebstore.google.com/detail/t4g-blacklist-add-on/ahonndfjkbgdpmacjpahijipoiocbcoe
설명 Extends the profiles of Battlefield Play4Free
파일 크기 604 KB
설치 횟수 282
현재 버전 0.37
최근 업데이트 2013-12-24
출시 날짜 2013-12-24
평점 4.39/5 총 83 개의 평점
개발자 my-ouZo
결제 유형 free
확장 프로그램 웹 사이트 http://blacklist.tools4games.com/en/home
지원되는 언어 de,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "T4G Blacklist Add-on",
    "version": "0.37",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en_US",
    "icons": {
        "16": "skin\/bl-16.png",
        "48": "skin\/bl-48.png",
        "128": "skin\/bl-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "skin\/bl-19.png",
            "38": "skin\/bl-38.png"
        },
        "default_title": "T4G Blacklist Add-on",
        "default_popup": "blacklistOverlay.html"
    },
    "content_scripts": [
        {
            "css": [
                "skin\/blacklist.css"
            ],
            "js": [
                "blacklist.js",
                "localization.js",
                "initialize.js"
            ],
            "matches": [
                "http:\/\/battlefield.play4free.com\/*\/profile*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "blacklistOptions.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/battlefield.play4free.com\/",
        "http:\/\/blacklist.tools4games.com\/",
        "http:\/\/pbssv.herokuapp.com\/",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "skin\/*"
    ]
}