Faceit elo statistics

Shows a notification when the user clicks on links.

What is Faceit elo statistics?

Faceit elo statistics is a Chrome extension developed by iliyazelenkog, and its main feature is "Shows a notification when the user clicks on links.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Faceit elo statistics Extension CRX File

Download Faceit elo statistics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Faceit elo statistics Faceit elo statistics
ID pbcjdjdkfffipjalaneimnjnogbajden
Official URL https://chromewebstore.google.com/detail/faceit-elo-statistics/pbcjdjdkfffipjalaneimnjnogbajden
Description Shows a notification when the user clicks on links.
File Size 267 KB
Installation Count 10,000
Current Version 1.0.1
Last Updated 2023-03-20
Publish Date 2018-11-22
Rating 3.67/5 Total 3 Ratings
Developer iliyazelenkog
Email [email protected]
Payment Type free
Extension Website https://github.com/iliyaZelenko/browser-extension-faceit-csgo
Supported Languages 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"
        }
    }
}