Faceit Helper Extension

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

Apa itu Faceit Helper Extension?

Faceit Helper Extension adalah ekstensi Chrome yang dikembangkan oleh jan.vornkahl, dan fitur utamanya adalah "Jump with a context menu entry directly into the faceit helper app".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Faceit Helper Extension

Unduh file ekstensi Faceit Helper Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Faceit Helper Extension Faceit Helper Extension
ID offfbbjcfanlglefmmebiadilbeddmog
URL Resmi https://chrome.google.com/webstore/detail/faceit-helper-extension/offfbbjcfanlglefmmebiadilbeddmog
Deskripsi Jump with a context menu entry directly into the faceit helper app
Ukuran File 12.4 KB
Jumlah Instalasi 536
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-06-10
Tanggal Publikasi 2020-06-10
Pengembang jan.vornkahl
Tipe Pembayaran free
Situs Ekstensi https://javo2222.github.io/faceit/
Bahasa yang Didukung 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"
    }
}