Csgo & Cs2 Stats
Displays peoples faceit and matchmaking stats on their steam profile.
Cos'è Csgo & Cs2 Stats?
Csgo & Cs2 Stats è un'estensione di Chrome sviluppata da rrreg, e la sua funzione principale è "Displays peoples faceit and matchmaking stats on their steam profile.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Csgo & Cs2 Stats
Scarica i file di estensione Csgo & Cs2 Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Displays peoples faceit and matchmaking stats on their steam profile.
Informazioni di Base sull'Estensione
Nome | Csgo & Cs2 Stats |
ID | cjkfchbniaegciddeagjnaldgpgcdioa |
URL Ufficiale | https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa |
Descrizione | Displays peoples faceit and matchmaking stats on their steam profile. |
Dimensione del File | 518 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2023-09-26 |
Data di Pubblicazione | 2023-06-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | rrreg |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |