Csgo & Cs2 Stats
Displays peoples faceit and matchmaking stats on their steam profile.
Vad är Csgo & Cs2 Stats?
Csgo & Cs2 Stats är en Chrome-tillägg utvecklad av rrreg, och dess huvudfunktion är "Displays peoples faceit and matchmaking stats on their steam profile.".
Tilläggsskärmbilder
Ladda ner Csgo & Cs2 Stats-förlängningens CRX-fil
Ladda ner Csgo & Cs2 Stats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Displays peoples faceit and matchmaking stats on their steam profile.
Grundläggande Information om Tillägg
Namn | Csgo & Cs2 Stats |
ID | cjkfchbniaegciddeagjnaldgpgcdioa |
Officiell webbadress | https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa |
Beskrivning | Displays peoples faceit and matchmaking stats on their steam profile. |
Filstorlek | 518 KB |
Antal Installationer | 41 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2023-09-26 |
Publiceringsdatum | 2023-06-15 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | rrreg |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |