Faceit Helper Extension

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

ما هو Faceit Helper Extension؟

Faceit Helper Extension هو إضافة Chrome تم تطويرها بواسطة jan.vornkahl، والميزة الرئيسية لها هي "Jump with a context menu entry directly into the faceit helper app".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Faceit Helper Extension

قم بتنزيل ملفات الامتداد Faceit Helper Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Faceit Helper Extension Faceit Helper Extension
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"
    }
}