CS Accounts Extension
csaccounts.com extension to view CS accounts in steam profile page
Wat is CS Accounts Extension?
CS Accounts Extension is een Chrome-extensie ontwikkeld door saddiqs1, en de belangrijkste functie is "csaccounts.com extension to view CS accounts in steam profile page".
Extensie Screenshots
Download het CRX-bestand van de extensie CS Accounts Extension
Download CS Accounts Extension-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
When viewing a steam profile page, you will be able to see their faceit and esea account embedded on the page.
*NOTE*: ESEA profiles will not work 100% of the time. Basisinformatie over de Extensie
| Naam | |
| ID | hmkcdlbelaggmkddoebdbenhchpmfcbb |
| Officiële URL | https://chromewebstore.google.com/detail/cs-accounts-extension/hmkcdlbelaggmkddoebdbenhchpmfcbb |
| Beschrijving | csaccounts.com extension to view CS accounts in steam profile page |
| Bestandsgrootte | 23.98 KB |
| Aantal Installaties | 125 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2023-05-15 |
| Publicatiedatum | 2023-05-14 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | saddiqs1 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://csaccounts.com |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CS Accounts Extension",
"description": "csaccounts.com extension to view CS accounts in steam profile page",
"version": "1.1.0",
"action": {
"default_icon": {
"16": "icon-16x16.png",
"32": "icon-32x32.png",
"48": "icon-32x32.png",
"128": "icon-32x32.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.steamcommunity.com\/id\/*",
"*:\/\/*.steamcommunity.com\/profiles\/*"
],
"exclude_matches": [
"*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
"*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
],
"css": [
"style.css"
],
"js": [
"js\/content_script.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"host_permissions": [
"https:\/\/csaccounts.com\/api\/*"
]
} | |