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