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文件

下载T4G Blacklist Add-on扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}