Faceit pick map assistant
Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…
Was ist Faceit pick map assistant?
Faceit pick map assistant ist eine Chrome-Erweiterung, die von ant.shchurov entwickelt wurde, und ihr Hauptmerkmal ist "Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…".
Erweiterungsscreenshots
Faceit pick map assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Faceit pick map assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bpnfacghgpkdiglphjbiebnmocfalkdi |
| Offizielle URL | https://chromewebstore.google.com/detail/faceit-pick-map-assistant/bpnfacghgpkdiglphjbiebnmocfalkdi |
| Beschreibung | Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that… |
| Dateigröße | 156 KB |
| Installationsanzahl | 1,178 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-07-07 |
| Veröffentlichungsdatum | 2021-07-06 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | ant.shchurov |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |