CS2 Faceit Stats
Browser extension displays a users stats on FACEIT on their Steam profile.
Wat is CS2 Faceit Stats?
CS2 Faceit Stats is een Chrome-extensie ontwikkeld door nol1cx, en de belangrijkste functie is "Browser extension displays a users stats on FACEIT on their Steam profile.".
Extensie Screenshots
Download het CRX-bestand van de extensie CS2 Faceit Stats
Download CS2 Faceit Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Faceit stats by nol1cx is a browser extension that displays user stats from FACEIT.com on their Steam profile. Therefore it may be used as a shortcut to find more information quickly on the users FACEIT stats without having to go over to the platform. Basisinformatie over de Extensie
| Naam | |
| ID | hhamdfhacjkmpefgmpehalapnoopakmk |
| Officiële URL | https://chromewebstore.google.com/detail/cs2-faceit-stats/hhamdfhacjkmpefgmpehalapnoopakmk |
| Beschrijving | Browser extension displays a users stats on FACEIT on their Steam profile. |
| Bestandsgrootte | 405 KB |
| Aantal Installaties | 113 |
| Huidige Versie | 3.2 |
| Laatst Bijgewerkt | 2024-02-22 |
| Publicatiedatum | 2023-11-28 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | nol1cx |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://vk.com/gpgesports |
| Help Pagina-URL | https://vk.com/gpgesports |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CS2 Faceit Stats",
"icons": {
"16": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"version": "3.2",
"manifest_version": 3,
"homepage_url": "https:\/\/vk.com\/gpgesports",
"description": "Browser extension displays a users stats on FACEIT on their Steam profile.",
"action": {
"default_icon": "img\/logo.png",
"default_title": "CS2 Faceit Stats"
},
"background": {
"service_worker": "scripts\/background.js"
},
"host_permissions": [
"https:\/\/api.faceit.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.steamcommunity.com\/id\/*",
"*:\/\/*.steamcommunity.com\/profiles\/*"
],
"exclude_matches": [
"*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
"*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
],
"css": [
"style.css"
],
"js": [
"scripts\/main_new.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"img\/levels\/1.svg",
"img\/levels\/2.svg",
"img\/levels\/3.svg",
"img\/levels\/4.svg",
"img\/levels\/5.svg",
"img\/levels\/6.svg",
"img\/levels\/7.svg",
"img\/levels\/8.svg",
"img\/levels\/9.svg",
"img\/levels\/10.svg",
"img\/levels\/unranked.svg"
],
"matches": [
" | |