CSGOnet ASSIST

Melhore suas chances de profit no CSGO.net!

Was ist CSGOnet ASSIST?

CSGOnet ASSIST ist eine Chrome-Erweiterung, die von luismiguelprs entwickelt wurde, und ihr Hauptmerkmal ist "Melhore suas chances de profit no CSGO.net!".

Erweiterungsscreenshots

screenshot

CSGOnet ASSIST-Erweiterungs-CRX-Datei herunterladen

Laden Sie CSGOnet ASSIST-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        "CSGOnet ASSIST" é uma extensão que melhora suas chances de profitar no csgo.net adicionando novas funções ao site.

- Preenche automaticamente o cupom do FKS que da 40% de bônus em todos os depósitos;
- Habilita um resumo de chances de profit em cada caixa do site;
- Possibilita converter os valores da moeda do site de volta para dólar ou euro;                    

Grundlegende Informationen zur Erweiterung

Name CSGOnet ASSIST CSGOnet ASSIST
ID ibnbhglphcgkkliddpclhebhehploaho
Offizielle URL https://chromewebstore.google.com/detail/csgonet-assist/ibnbhglphcgkkliddpclhebhehploaho
Beschreibung Melhore suas chances de profit no CSGO.net!
Dateigröße 158 KB
Installationsanzahl 175
Aktuelle Version 1.0.0
Letztes Update 2022-02-24
Veröffentlichungsdatum 2022-02-24
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler luismiguelprs
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSGOnet ASSIST",
    "description": "Melhore suas chances de profit no CSGO.net!",
    "icons": {
        "128": "icons\/128.png"
    },
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/csgo.net\/*"
    ],
    "action": {
        "default_title": "Configurar",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/csgo.net\/*"
            ],
            "js": [
                "vendor\/firebase-app.js",
                "vendor\/firebase-firestore.js",
                "content\/_firebase\/index.js",
                "content\/case-odds-chart\/index.js",
                "content\/promocode-filler\/index.js",
                "content\/currency-converter\/index.js"
            ],
            "css": [
                "content\/case-odds-chart\/index.css",
                "content\/currency-converter\/index.css"
            ]
        }
    ]
}