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”。
扩展截图
下载Faceit Helper Extension扩展crx文件
下载Faceit Helper Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Jump with a context menu entry directly into the faceit helper app
扩展基本信息
名称 | |
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" } } |