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…

Wat is Faceit Guru?

Faceit Guru is een Chrome-extensie ontwikkeld door http://faceit-guru.com, en de belangrijkste functie is "Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Faceit Guru

Download Faceit Guru-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
Officiële URL https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
Beschrijving Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
Bestandsgrootte 31.66 KB
Aantal Installaties 622
Huidige Versie 1.1.1
Laatst Bijgewerkt 2020-10-05
Publicatiedatum 2020-08-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://faceit-guru.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://faceit-guru.com/
Help Pagina-URL https://faceit-guru.com/
Ondersteunde Talen 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"
    }
}