CSGO NET do @lukao150

Enhances the CSGO NET experience and adds hub experience.

What is CSGO NET do @lukao150?

CSGO NET do @lukao150 is a Chrome extension developed by luismiguelprs, and its main feature is "Enhances the CSGO NET experience and adds hub experience.".

Extension Screenshots

screenshot

Download CSGO NET do @lukao150 Extension CRX File

Download CSGO NET do @lukao150 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CSGO NET do @lukao150 é a extensão que te ajuda a profitar mais no CSGO NET!

Funcionalidades:
- Mostra as chances de profit em cada caixa do site;
- Preenche automaticamente o cupom ativo na hora de colocar saldo;                    

Extension Basic Information

Name CSGO NET do @lukao150 CSGO NET do @lukao150
ID ennfclphhljfmljefikhofbblmlpkaci
Official URL https://chromewebstore.google.com/detail/csgo-net-do-lukao150/ennfclphhljfmljefikhofbblmlpkaci
Description Enhances the CSGO NET experience and adds hub experience.
File Size 246 KB
Installation Count 184
Current Version 1.0.24
Last Updated 2023-05-04
Publish Date 2021-05-09
Rating 5.00/5 Total 7 Ratings
Developer luismiguelprs
Email [email protected]
Payment Type free
Extension Website https://lukao.tv
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSGO NET do @lukao150",
    "description": "Enhances the CSGO NET experience and adds hub experience.",
    "version": "1.0.24",
    "permissions": [
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/csgo.net\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/csgo.net\/*"
            ],
            "js": [
                "vendor\/sentry\/sentry.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\/zuero\/index.js"
            ],
            "css": [
                "content\/case-odds-chart\/index.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/zuero.js"
    }
}