Faceit lobby extension
Helper revealing players performance while map picking.
Faceit lobby extensionとは何ですか?
Faceit lobby extensionはhttp://tuscan.proによって開発されたChromeの拡張機能で、その主な機能は「Helper revealing players performance while map picking.」です。
拡張機能のスクリーンショット
Faceit lobby extension拡張機能のCRXファイルをダウンロード
Faceit lobby extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a tool which helps during map picking on Faceit. The extension provides additional information about queued players performance on particular maps, thus it should help in making more thought-out decision about which map should be played or banned in the first place.
拡張機能の基本情報
名前 | |
ID | iocddpjkmoaaminicflaggnckdainlef |
公式URL | https://chrome.google.com/webstore/detail/faceit-lobby-extension/iocddpjkmoaaminicflaggnckdainlef |
説明 | Helper revealing players performance while map picking. |
ファイルサイズ | 62.7 KB |
インストール数 | 734 |
現在のバージョン | 0.1.0 |
最終更新日 | 2020-03-12 |
公開日 | 2020-03-12 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | http://tuscan.pro |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Faceit lobby extension", "description": "Helper revealing players performance while map picking.", "version": "0.1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.faceit.com\/*", "https:\/\/tuscan.pro\/*" ], "js": [ "js\/main.js" ] } ] } |