Faceit Guru

Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…

Cos'è Faceit Guru?

Faceit Guru è un'estensione di Chrome sviluppata da http://faceit-guru.com, e la sua funzione principale è "Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Faceit Guru

Scarica i file di estensione Faceit Guru 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

                        Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the opponent weak spots.

NOTE: Faceit Guru is developed independently, and is not officially endorsed by or affiliated with FACEIT.                    

Informazioni di Base sull'Estensione

Nome Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
URL Ufficiale https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
Descrizione Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
Dimensione del File 31.66 KB
Conteggio Installazioni 622
Versione Corrente 1.1.1
Ultimo Aggiornamento 2020-10-05
Data di Pubblicazione 2020-08-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://faceit-guru.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://faceit-guru.com/
URL della Pagina di Aiuto https://faceit-guru.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faceit Guru",
    "version": "1.1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Faceit Guru",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}