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…

What is Faceit Guru?

Faceit Guru is a Chrome extension developed by http://faceit-guru.com, and its main feature 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…".

Extension Screenshots

screenshot
screenshot

Download Faceit Guru Extension CRX File

Download Faceit Guru extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
Official URL 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…
File Size 31.66 KB
Installation Count 622
Current Version 1.1.1
Last Updated 2020-10-05
Publish Date 2020-08-17
Rating 5.00/5 Total 2 Ratings
Developer http://faceit-guru.com
Email [email protected]
Payment Type free
Extension Website https://faceit-guru.com/
Help Page URL https://faceit-guru.com/
Supported Languages 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"
    }
}