Faceit Helper Extension

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

What is Faceit Helper Extension?

Faceit Helper Extension is a Chrome extension developed by jan.vornkahl, and its main feature is "Jump with a context menu entry directly into the faceit helper app".

Extension Screenshots

screenshot

Download Faceit Helper Extension Extension CRX File

Download Faceit Helper Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Faceit Helper Extension Faceit Helper Extension
ID offfbbjcfanlglefmmebiadilbeddmog
Official URL https://chrome.google.com/webstore/detail/faceit-helper-extension/offfbbjcfanlglefmmebiadilbeddmog
Description Jump with a context menu entry directly into the faceit helper app
File Size 12.4 KB
Installation Count 536
Current Version 1.0
Last Updated 2020-06-10
Publish Date 2020-06-10
Developer jan.vornkahl
Payment Type free
Extension Website https://javo2222.github.io/faceit/
Supported Languages 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"
    }
}