Faceit lobby extension
Helper revealing players performance while map picking.
Cos'è Faceit lobby extension?
Faceit lobby extension è un'estensione di Chrome sviluppata da http://tuscan.pro, e la sua funzione principale è "Helper revealing players performance while map picking.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Faceit lobby extension
Scarica i file di estensione Faceit lobby extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | iocddpjkmoaaminicflaggnckdainlef |
URL Ufficiale | https://chrome.google.com/webstore/detail/faceit-lobby-extension/iocddpjkmoaaminicflaggnckdainlef |
Descrizione | Helper revealing players performance while map picking. |
Dimensione del File | 62.7 KB |
Conteggio Installazioni | 734 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2020-03-12 |
Data di Pubblicazione | 2020-03-12 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | http://tuscan.pro |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |