Faceit pick map assistant

Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…

Cos'è Faceit pick map assistant?

Faceit pick map assistant è un'estensione di Chrome sviluppata da ant.shchurov, e la sua funzione principale è "Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Faceit pick map assistant

Scarica i file di estensione Faceit pick map assistant 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

                        Enhances the FACEIT experience and adds more information about maps pick.
Faceit pick map assistant is a Chrome extension that enhances the experience on FACEIT.com by adding useful information about maps pick. 

Highlights:
- See team score of map
- See who not played some map



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

Informazioni di Base sull'Estensione

Nome Faceit pick map assistant Faceit pick map assistant
ID bpnfacghgpkdiglphjbiebnmocfalkdi
URL Ufficiale https://chromewebstore.google.com/detail/faceit-pick-map-assistant/bpnfacghgpkdiglphjbiebnmocfalkdi
Descrizione Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…
Dimensione del File 156 KB
Conteggio Installazioni 1,178
Versione Corrente 1.0
Ultimo Aggiornamento 2021-07-07
Data di Pubblicazione 2021-07-06
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore ant.shchurov
Email ant.shchurov@gmail.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Faceit pick map assistant",
    "version": "1.0",
    "permissions": [
        "https:\/\/api.faceit.com\/"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.faceit.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ]
}