Repeek (formerly FACEIT Enhancer)

Repeek enhances your experience on FACEIT and adds useful features

Repeek (formerly FACEIT Enhancer) क्या है?

Repeek (formerly FACEIT Enhancer) https://repeek.gg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Repeek enhances your experience on FACEIT and adds useful features"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Repeek (formerly FACEIT Enhancer) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Repeek (formerly FACEIT Enhancer) Repeek (formerly FACEIT Enhancer)
ID mokknliiomknodkdmpcellamkopbdmao
आधिकारिक URL https://chromewebstore.google.com/detail/repeek-formerly-faceit-en/mokknliiomknodkdmpcellamkopbdmao
विवरण Repeek enhances your experience on FACEIT and adds useful features
फ़ाइल का आकार 751 KB
स्थापना संख्या 917,459
वर्तमान संस्करण 4.0.2
अंतिम अपडेट 2024-01-29
प्रकाशन तिथि 2020-06-27
रेटिंग 4.15/5 कुल 277 रेटिंग्स
डेवलपर https://repeek.gg
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://repeek.gg
सहायता पृष्ठ URL https://twitter.com/repeekgg
समर्थित भाषाएँ 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
    }
}