Faceit pick map assistant
Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…
Qu'est-ce que Faceit pick map assistant ?
Faceit pick map assistant est une extension Chrome développée par ant.shchurov, et sa fonction principale est "Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Faceit pick map assistant
Téléchargez les fichiers d'extension Faceit pick map assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Faceit pick map assistant |
ID | bpnfacghgpkdiglphjbiebnmocfalkdi |
URL Officiel | https://chromewebstore.google.com/detail/faceit-pick-map-assistant/bpnfacghgpkdiglphjbiebnmocfalkdi |
Description | Enhances the FACEIT experience and adds more information about maps pick. Faceit pick map assistant is a Chrome extension that… |
Taille du Fichier | 156 KB |
Nombre d'Installations | 1,178 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-07-07 |
Date de Publication | 2021-07-06 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | ant.shchurov |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |