Faceit Helper Extension

Jump with a context menu entry directly into the faceit helper app

Faceit Helper Extensionとは何ですか?

Faceit Helper Extensionはjan.vornkahlによって開発されたChromeの拡張機能で、その主な機能は「Jump with a context menu entry directly into the faceit helper app」です。

拡張機能のスクリーンショット

screenshot

Faceit Helper Extension拡張機能のCRXファイルをダウンロード

Faceit Helper Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Jump with a context menu entry directly into the faceit helper app                    

拡張機能の基本情報

名前 Faceit Helper Extension Faceit Helper Extension
ID offfbbjcfanlglefmmebiadilbeddmog
公式URL https://chrome.google.com/webstore/detail/faceit-helper-extension/offfbbjcfanlglefmmebiadilbeddmog
説明 Jump with a context menu entry directly into the faceit helper app
ファイルサイズ 12.4 KB
インストール数 536
現在のバージョン 1.0
最終更新日 2020-06-10
公開日 2020-06-10
開発者 jan.vornkahl
支払い方法 free
拡張機能のウェブサイト https://javo2222.github.io/faceit/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Faceit Helper Extension",
    "version": "1.0",
    "description": "Jump with a context menu entry directly into the faceit helper app",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}