T4G Blacklist Add-on
Extends the profiles of Battlefield Play4Free
Qu'est-ce que T4G Blacklist Add-on ?
T4G Blacklist Add-on est une extension Chrome développée par my-ouZo, et sa fonction principale est "Extends the profiles of Battlefield Play4Free".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension T4G Blacklist Add-on
Téléchargez les fichiers d'extension T4G Blacklist Add-on au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | T4G Blacklist Add-on |
ID | ahonndfjkbgdpmacjpahijipoiocbcoe |
URL Officiel | https://chromewebstore.google.com/detail/t4g-blacklist-add-on/ahonndfjkbgdpmacjpahijipoiocbcoe |
Description | Extends the profiles of Battlefield Play4Free |
Taille du Fichier | 604 KB |
Nombre d'Installations | 282 |
Version Actuelle | 0.37 |
Dernière Mise à Jour | 2013-12-24 |
Date de Publication | 2013-12-24 |
Évaluation | 4.39/5 Total 83 Évaluations |
Développeur | my-ouZo |
Type de Paiement | free |
Site Web de l'Extension | http://blacklist.tools4games.com/en/home |
Langues Prises en Charge | 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\/*" ] } |