Repeek (formerly FACEIT Enhancer)
Repeek enhances your experience on FACEIT and adds useful features
Repeek (formerly FACEIT Enhancer)คืออะไร?
Repeek (formerly FACEIT Enhancer) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://repeek.gg และคุณลักษณะหลักของมันคือ "Repeek enhances your experience on FACEIT and adds useful features"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Repeek (formerly FACEIT Enhancer)
ดาวน์โหลดไฟล์ส่วนขยาย 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) |
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 } } |