T4G Blacklist Add-on

Extends the profiles of Battlefield Play4Free

T4G Blacklist Add-on क्या है?

T4G Blacklist Add-on my-ouZo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the profiles of Battlefield Play4Free"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में T4G Blacklist Add-on एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}