CSGOnet ASSIST

Melhore suas chances de profit no CSGO.net!

CSGOnet ASSISTとは何ですか?

CSGOnet ASSISTはluismiguelprsによって開発されたChromeの拡張機能で、その主な機能は「Melhore suas chances de profit no CSGO.net!」です。

拡張機能のスクリーンショット

screenshot

CSGOnet ASSIST拡張機能のCRXファイルをダウンロード

CSGOnet ASSIST拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "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;                    

拡張機能の基本情報

名前 CSGOnet ASSIST CSGOnet ASSIST
ID ibnbhglphcgkkliddpclhebhehploaho
公式URL https://chromewebstore.google.com/detail/csgonet-assist/ibnbhglphcgkkliddpclhebhehploaho
説明 Melhore suas chances de profit no CSGO.net!
ファイルサイズ 158 KB
インストール数 175
現在のバージョン 1.0.0
最終更新日 2022-02-24
公開日 2022-02-24
評価 5.00/5 合計 2 レビュー
開発者 luismiguelprs
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}