CS Accounts Extension
csaccounts.com extension to view CS accounts in steam profile page
Co to jest CS Accounts Extension?
CS Accounts Extension to rozszerzenie Chrome opracowane przez saddiqs1, a jego główną funkcją jest „csaccounts.com extension to view CS accounts in steam profile page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CS Accounts Extension
Pobierz pliki rozszerzeń CS Accounts Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hmkcdlbelaggmkddoebdbenhchpmfcbb |
| Oficjalny URL | https://chromewebstore.google.com/detail/cs-accounts-extension/hmkcdlbelaggmkddoebdbenhchpmfcbb |
| Opis | csaccounts.com extension to view CS accounts in steam profile page |
| Rozmiar pliku | 23.98 KB |
| Liczba instalacji | 125 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2023-05-15 |
| Data Publikacji | 2023-05-14 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | saddiqs1 |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://csaccounts.com |
| Obsługiwane Języki | 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\/*"
]
} | |