Faceit elo statistics

Shows a notification when the user clicks on links.

Cos'è Faceit elo statistics?

Faceit elo statistics è un'estensione di Chrome sviluppata da iliyazelenkog, e la sua funzione principale è "Shows a notification when the user clicks on links.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Faceit elo statistics

Scarica i file di estensione Faceit elo statistics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Faceit elo statistics Faceit elo statistics
ID pbcjdjdkfffipjalaneimnjnogbajden
URL Ufficiale https://chromewebstore.google.com/detail/faceit-elo-statistics/pbcjdjdkfffipjalaneimnjnogbajden
Descrizione Shows a notification when the user clicks on links.
Dimensione del File 267 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-03-20
Data di Pubblicazione 2018-11-22
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore iliyazelenkog
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/iliyaZelenko/browser-extension-faceit-csgo
Lingue Supportate 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"
        }
    }
}