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
Eメール [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"
    }
}