Faceit Helper Extension

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

Faceit Helper Extension là gì?

Faceit Helper Extension là một tiện ích mở rộng Chrome được phát triển bởi jan.vornkahl, và tính năng chính của nó là "Jump with a context menu entry directly into the faceit helper app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Faceit Helper Extension

Tải xuống các tệp mở rộng Faceit Helper Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Faceit Helper Extension Faceit Helper Extension
ID offfbbjcfanlglefmmebiadilbeddmog
URL Chính Thức https://chrome.google.com/webstore/detail/faceit-helper-extension/offfbbjcfanlglefmmebiadilbeddmog
Mô tả Jump with a context menu entry directly into the faceit helper app
Kích Thước Tệp 12.4 KB
Số Lần Cài Đặt 536
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-10
Ngày Phát Hành 2020-06-10
Nhà Phát Triển jan.vornkahl
Loại Thanh Toán free
Trang Web Mở Rộng https://javo2222.github.io/faceit/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}