Csgo & Cs2 Stats
Displays peoples faceit and matchmaking stats on their steam profile.
Wat is Csgo & Cs2 Stats?
Csgo & Cs2 Stats is een Chrome-extensie ontwikkeld door rrreg, en de belangrijkste functie is "Displays peoples faceit and matchmaking stats on their steam profile.".
Extensie Screenshots
Download het CRX-bestand van de extensie Csgo & Cs2 Stats
Download Csgo & Cs2 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
Displays peoples faceit and matchmaking stats on their steam profile.
Basisinformatie over de Extensie
Naam | Csgo & Cs2 Stats |
ID | cjkfchbniaegciddeagjnaldgpgcdioa |
Officiële URL | https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa |
Beschrijving | Displays peoples faceit and matchmaking stats on their steam profile. |
Bestandsgrootte | 518 KB |
Aantal Installaties | 41 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2023-09-26 |
Publicatiedatum | 2023-06-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rrreg |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "tabs", "storage", "activeTab" ], "action": { "default_icon": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "default_popup": "popup.html", "default_title": "Faceit Stats" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": false, "css": [ "style.css" ], "exclude_matches": [ "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*", "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*" ], "js": [ "content.js" ], "matches": [ "*:\/\/*.steamcommunity.com\/id\/*", "*:\/\/*.steamcommunity.com\/profiles\/*" ] } ], "description": "Displays peoples faceit and matchmaking stats on their steam profile.", "homepage_url": "https:\/\/steamcommunity.com\/profiles\/76561199437086996", "host_permissions": [ "https:\/\/api.faceit.com\/*" ], "manifest_version": 3, "name": "Csgo & Cs2 Stats", "version": "2.0", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "web_accessible_resources": [ { "matches": [ " |