CS Accounts Extension

csaccounts.com extension to view CS accounts in steam profile page

Cos'è CS Accounts Extension?

CS Accounts Extension è un'estensione di Chrome sviluppata da saddiqs1, e la sua funzione principale è "csaccounts.com extension to view CS accounts in steam profile page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CS Accounts Extension

Scarica i file di estensione CS Accounts Extension 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

                        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.                    

Informazioni di Base sull'Estensione

Nome CS Accounts Extension CS Accounts Extension
ID hmkcdlbelaggmkddoebdbenhchpmfcbb
URL Ufficiale https://chromewebstore.google.com/detail/cs-accounts-extension/hmkcdlbelaggmkddoebdbenhchpmfcbb
Descrizione csaccounts.com extension to view CS accounts in steam profile page
Dimensione del File 23.98 KB
Conteggio Installazioni 125
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-05-15
Data di Pubblicazione 2023-05-14
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore saddiqs1
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://csaccounts.com
Lingue Supportate 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\/*"
    ]
}