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
官方網址 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"
    }
}