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 |
| 官方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 |
| 电子邮箱 | [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"
]
}
]
} | |