Repeek (formerly FACEIT Enhancer)

Repeek enhances your experience on FACEIT and adds useful features

O que é Repeek (formerly FACEIT Enhancer)?

Repeek (formerly FACEIT Enhancer) é uma extensão do Chrome desenvolvida por https://repeek.gg, e sua principal característica é "Repeek enhances your experience on FACEIT and adds useful features".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Repeek (formerly FACEIT Enhancer)

Baixe arquivos de extensão Repeek (formerly FACEIT Enhancer) 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

                        The browser extension that boosts you to the next level on FACEIT – Trusted by over 900.000 players worldwide, Repeek enhances your experience on FACEIT and adds useful features.

Highlights:
- Ready up for matches automatically
- Accept party invites automatically
- See teams Elo in match rooms
- See how much Elo you'll win or loose
- See how much Elo you have won and lost in your match history
- and more!

All features are configurable to your personal preferences.

Socials:
- Twitter: https://twitter.com/repeekgg
- Reddit: https://www.reddit.com/r/repeekgg
- Steam Group: http://steamcommunity.com/groups/repeekdotgg

Repeek is developed independently, and is not officially endorsed by or affiliated with FACEIT.                    

Informações Básicas da Extensão

Nome Repeek (formerly FACEIT Enhancer) Repeek (formerly FACEIT Enhancer)
ID mokknliiomknodkdmpcellamkopbdmao
URL Oficial https://chromewebstore.google.com/detail/repeek-formerly-faceit-en/mokknliiomknodkdmpcellamkopbdmao
Descrição Repeek enhances your experience on FACEIT and adds useful features
Tamanho do Arquivo 751 KB
Contagem de Instalações 917,459
Versão Atual 4.0.2
Última Atualização 2024-01-29
Data de Publicação 2020-06-27
Classificação 4.15/5 Total de 277 Avaliações
Desenvolvedor https://repeek.gg
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://repeek.gg
URL da Página de Ajuda https://twitter.com/repeekgg
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Repeek (formerly FACEIT Enhancer)",
    "description": "Repeek enhances your experience on FACEIT and adds useful features",
    "version": "4.0.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/repeek.gg",
    "minimum_chrome_version": "105.0",
    "permissions": [
        "storage",
        "notifications",
        "clipboardWrite",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/api.faceit.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/beta.faceit.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.faceit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "fonts.css"
            ]
        }
    ],
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}