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…

Qu'est-ce que Faceit Guru ?

Faceit Guru est une extension Chrome développée par http://faceit-guru.com, et sa fonction principale est "Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Faceit Guru

Téléchargez les fichiers d'extension Faceit Guru 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

                        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.                    

Informations de Base sur l'Extension

Nom Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
URL Officiel https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
Description Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
Taille du Fichier 31.66 KB
Nombre d'Installations 622
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-10-05
Date de Publication 2020-08-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://faceit-guru.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://faceit-guru.com/
URL de la Page d'Aide https://faceit-guru.com/
Langues Prises en Charge 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"
    }
}