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…

Co to jest Faceit Guru?

Faceit Guru to rozszerzenie Chrome opracowane przez http://faceit-guru.com, a jego główną funkcją jest „Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Faceit Guru

Pobierz pliki rozszerzeń Faceit Guru w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
Oficjalny URL https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
Opis Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
Rozmiar pliku 31.66 KB
Liczba instalacji 622
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2020-10-05
Data Publikacji 2020-08-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://faceit-guru.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://faceit-guru.com/
Adres URL Strony Pomocy https://faceit-guru.com/
Obsługiwane Języki 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"
    }
}