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…

Hvad er Faceit Guru?

Faceit Guru er en Chrome-udvidelse udviklet af http://faceit-guru.com, og dens hovedfunktion er "Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Faceit Guru-udvidelses-CRX-fil

Download Faceit Guru-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
Officiel URL https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
Beskrivelse Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
Filstørrelse 31.66 KB
Antal Installationer 622
Nuværende Version 1.1.1
Senest Opdateret 2020-10-05
Udgivelsesdato 2020-08-17
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler http://faceit-guru.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://faceit-guru.com/
Hjælpeside-URL https://faceit-guru.com/
Understøttede Sprog 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"
    }
}