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…

Apa itu Faceit Guru?

Faceit Guru adalah ekstensi Chrome yang dikembangkan oleh http://faceit-guru.com, dan fitur utamanya adalah "Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Faceit Guru

Unduh file ekstensi Faceit Guru dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
URL Resmi https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
Deskripsi Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
Ukuran File 31.66 KB
Jumlah Instalasi 622
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2020-10-05
Tanggal Publikasi 2020-08-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://faceit-guru.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://faceit-guru.com/
URL Halaman Bantuan https://faceit-guru.com/
Bahasa yang Didukung 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"
    }
}