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. 擴展基本資訊
| 名稱 | |
| ID | bpnfacghgpkdiglphjbiebnmocfalkdi |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
]
} | |