CSGOnet ASSIST

Melhore suas chances de profit no CSGO.net!

CSGOnet ASSISTคืออะไร?

CSGOnet ASSIST เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luismiguelprs และคุณลักษณะหลักของมันคือ "Melhore suas chances de profit no CSGO.net!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSGOnet ASSIST

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}