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開發的Chrome擴展程式,該擴展的主要功能是“Repeek enhances your experience on FACEIT and adds useful features”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Repeek (formerly FACEIT Enhancer)擴展crx文件

下載Repeek (formerly FACEIT Enhancer)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}