Faceit Helper Extension

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

Vad är Faceit Helper Extension?

Faceit Helper Extension är en Chrome-tillägg utvecklad av jan.vornkahl, och dess huvudfunktion är "Jump with a context menu entry directly into the faceit helper app".

Tilläggsskärmbilder

screenshot

Ladda ner Faceit Helper Extension-förlängningens CRX-fil

Ladda ner Faceit Helper Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Faceit Helper Extension Faceit Helper Extension
ID offfbbjcfanlglefmmebiadilbeddmog
Officiell webbadress https://chrome.google.com/webstore/detail/faceit-helper-extension/offfbbjcfanlglefmmebiadilbeddmog
Beskrivning Jump with a context menu entry directly into the faceit helper app
Filstorlek 12.4 KB
Antal Installationer 536
Aktuell Version 1.0
Senast Uppdaterad 2020-06-10
Publiceringsdatum 2020-06-10
Utvecklare jan.vornkahl
Betalningssätt free
Tilläggswebbplats https://javo2222.github.io/faceit/
Stödda Språk 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"
    }
}