Faceit elo statistics

Shows a notification when the user clicks on links.

Faceit elo statisticsคืออะไร?

Faceit elo statistics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iliyazelenkog และคุณลักษณะหลักของมันคือ "Shows a notification when the user clicks on links."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faceit elo statistics

ดาวน์โหลดไฟล์ส่วนขยาย Faceit elo statistics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple extension that allows you to view your or any player's statistics .                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Faceit elo statistics Faceit elo statistics
ID pbcjdjdkfffipjalaneimnjnogbajden
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/faceit-elo-statistics/pbcjdjdkfffipjalaneimnjnogbajden
คำอธิบาย Shows a notification when the user clicks on links.
ขนาดไฟล์ 267 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-03-20
วันที่เผยแพร่ 2018-11-22
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา iliyazelenkog
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/iliyaZelenko/browser-extension-faceit-csgo
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "browser_style": true,
        "default_title": "browser-extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/open.faceit.com\/"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens popup"
        }
    }
}