Repeek (formerly FACEIT Enhancer)
Repeek enhances your experience on FACEIT and adds useful features
Apa itu Repeek (formerly FACEIT Enhancer)?
Repeek (formerly FACEIT Enhancer) adalah ekstensi Chrome yang dikembangkan oleh https://repeek.gg, dan fitur utamanya adalah "Repeek enhances your experience on FACEIT and adds useful features".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Repeek (formerly FACEIT Enhancer)
Unduh file ekstensi Repeek (formerly FACEIT Enhancer) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Repeek (formerly FACEIT Enhancer) |
ID | mokknliiomknodkdmpcellamkopbdmao |
URL Resmi | https://chromewebstore.google.com/detail/repeek-formerly-faceit-en/mokknliiomknodkdmpcellamkopbdmao |
Deskripsi | Repeek enhances your experience on FACEIT and adds useful features |
Ukuran File | 751 KB |
Jumlah Instalasi | 917,459 |
Versi Saat Ini | 4.0.2 |
Terakhir Diperbarui | 2024-01-29 |
Tanggal Publikasi | 2020-06-27 |
Penilaian | 4.15/5 Total 277 Penilaian |
Pengembang | https://repeek.gg |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://repeek.gg |
URL Halaman Bantuan | https://twitter.com/repeekgg |
Bahasa yang Didukung | 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 } } |