Repeek (formerly FACEIT Enhancer)

Repeek enhances your experience on FACEIT and adds useful features

Wat is Repeek (formerly FACEIT Enhancer)?

Repeek (formerly FACEIT Enhancer) is een Chrome-extensie ontwikkeld door https://repeek.gg, en de belangrijkste functie is "Repeek enhances your experience on FACEIT and adds useful features".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Repeek (formerly FACEIT Enhancer)

Download Repeek (formerly FACEIT Enhancer)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Repeek (formerly FACEIT Enhancer) Repeek (formerly FACEIT Enhancer)
ID mokknliiomknodkdmpcellamkopbdmao
Officiële URL https://chromewebstore.google.com/detail/repeek-formerly-faceit-en/mokknliiomknodkdmpcellamkopbdmao
Beschrijving Repeek enhances your experience on FACEIT and adds useful features
Bestandsgrootte 751 KB
Aantal Installaties 917,459
Huidige Versie 4.0.2
Laatst Bijgewerkt 2024-01-29
Publicatiedatum 2020-06-27
Beoordeling 4.15/5 Totaal 277 Beoordelingen
Ontwikkelaar https://repeek.gg
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://repeek.gg
Help Pagina-URL https://twitter.com/repeekgg
Ondersteunde Talen 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
    }
}