Faceit pick map assistant
Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…
Hvad er Faceit pick map assistant?
Faceit pick map assistant er en Chrome-udvidelse udviklet af ant.shchurov, og dens hovedfunktion er "Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…".
Udvidelsesskærmbilleder
Download Faceit pick map assistant-udvidelses-CRX-fil
Download Faceit pick map assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bpnfacghgpkdiglphjbiebnmocfalkdi |
| Officiel URL | https://chromewebstore.google.com/detail/faceit-pick-map-assistant/bpnfacghgpkdiglphjbiebnmocfalkdi |
| Beskrivelse | Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that… |
| Filstørrelse | 156 KB |
| Antal Installationer | 1,178 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2021-07-07 |
| Udgivelsesdato | 2021-07-06 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | ant.shchurov |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |