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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
} | |