Faceit elo statistics

Shows a notification when the user clicks on links.

O que é Faceit elo statistics?

Faceit elo statistics é uma extensão do Chrome desenvolvida por iliyazelenkog, e sua principal característica é "Shows a notification when the user clicks on links.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Faceit elo statistics

Baixe arquivos de extensão Faceit elo statistics no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Faceit elo statistics Faceit elo statistics
ID pbcjdjdkfffipjalaneimnjnogbajden
URL Oficial https://chromewebstore.google.com/detail/faceit-elo-statistics/pbcjdjdkfffipjalaneimnjnogbajden
Descrição Shows a notification when the user clicks on links.
Tamanho do Arquivo 267 KB
Contagem de Instalações 10,000
Versão Atual 1.0.1
Última Atualização 2023-03-20
Data de Publicação 2018-11-22
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor iliyazelenkog
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/iliyaZelenko/browser-extension-faceit-csgo
Idiomas Suportados 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"
        }
    }
}