Faceit elo statistics

Shows a notification when the user clicks on links.

Faceit elo statistics क्या है?

Faceit elo statistics iliyazelenkog द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a notification when the user clicks on links."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Faceit elo statistics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}