Faceit lobby extension
Helper revealing players performance while map picking.
Qu'est-ce que Faceit lobby extension ?
Faceit lobby extension est une extension Chrome développée par http://tuscan.pro, et sa fonction principale est "Helper revealing players performance while map picking.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Faceit lobby extension
Téléchargez les fichiers d'extension Faceit lobby extension 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
This is a tool which helps during map picking on Faceit. The extension provides additional information about queued players performance on particular maps, thus it should help in making more thought-out decision about which map should be played or banned in the first place.
Informations de Base sur l'Extension
Nom | |
ID | iocddpjkmoaaminicflaggnckdainlef |
URL Officiel | https://chrome.google.com/webstore/detail/faceit-lobby-extension/iocddpjkmoaaminicflaggnckdainlef |
Description | Helper revealing players performance while map picking. |
Taille du Fichier | 62.7 KB |
Nombre d'Installations | 734 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2020-03-12 |
Date de Publication | 2020-03-12 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | http://tuscan.pro |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faceit lobby extension", "description": "Helper revealing players performance while map picking.", "version": "0.1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.faceit.com\/*", "https:\/\/tuscan.pro\/*" ], "js": [ "js\/main.js" ] } ] } |