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…

什么是Faceit Guru?

Faceit Guru是由http://faceit-guru.com开发的Chrome扩展程序,该扩展的主要功能是“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
screenshot

下载Faceit Guru扩展crx文件

下载Faceit Guru扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Faceit Guru Faceit Guru
ID ceclpkijbnainlkgokhfjaaagiknmkjh
官方URL https://chrome.google.com/webstore/detail/faceit-guru/ceclpkijbnainlkgokhfjaaagiknmkjh
简介 Faceit Guru is a Chrome extension that helps you choose the perfect map pick for your team by adding more stats, and finds the…
文件大小 31.66 KB
安装次数 622
当前版本 1.1.1
更新时间 2020-10-05
上架时间 2020-08-17
评分 5.00/5 共2次评分
开发者 http://faceit-guru.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://faceit-guru.com/
帮助页面URL https://faceit-guru.com/
支持的语言 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"
    }
}