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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}