Faceit pick map assistant
Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…
Faceit pick map assistantとは何ですか?
Faceit pick map assistantはant.shchurovによって開発されたChromeの拡張機能で、その主な機能は「Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…」です。
拡張機能のスクリーンショット
Faceit pick map assistant拡張機能のCRXファイルをダウンロード
Faceit pick map assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that enhances the experience on FACEIT.com by adding useful information about maps pick. Highlights: - See team score of map - See who not played some map NOTE: Faceit pick map assistant is developed independently, and is not officially endorsed by or affiliated with FACEIT.
拡張機能の基本情報
名前 | Faceit pick map assistant |
ID | bpnfacghgpkdiglphjbiebnmocfalkdi |
公式URL | https://chromewebstore.google.com/detail/faceit-pick-map-assistant/bpnfacghgpkdiglphjbiebnmocfalkdi |
説明 | Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that… |
ファイルサイズ | 156 KB |
インストール数 | 1,178 |
現在のバージョン | 1.0 |
最終更新日 | 2021-07-07 |
公開日 | 2021-07-06 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | ant.shchurov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faceit pick map assistant", "version": "1.0", "permissions": [ "https:\/\/api.faceit.com\/" ], "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.faceit.com\/*" ], "js": [ "content.bundle.js" ] } ] } |