CSGOnet ASSIST

Melhore suas chances de profit no CSGO.net!

CSGOnet ASSIST là gì?

CSGOnet ASSIST là một tiện ích mở rộng Chrome được phát triển bởi luismiguelprs, và tính năng chính của nó là "Melhore suas chances de profit no CSGO.net!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSGOnet ASSIST

Tải xuống các tệp mở rộng CSGOnet ASSIST dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSGOnet ASSIST CSGOnet ASSIST
ID ibnbhglphcgkkliddpclhebhehploaho
URL Chính Thức https://chromewebstore.google.com/detail/csgonet-assist/ibnbhglphcgkkliddpclhebhehploaho
Mô tả Melhore suas chances de profit no CSGO.net!
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-02-24
Ngày Phát Hành 2022-02-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển luismiguelprs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}