Lendas do CSGONET

Aumente suas chances de profit no CSGO.net!

What is Lendas do CSGONET?

Lendas do CSGONET is a Chrome extension developed by luismiguelprs, and its main feature is "Aumente suas chances de profit no CSGO.net!".

Extension Screenshots

screenshot

Download Lendas do CSGONET Extension CRX File

Download Lendas do CSGONET 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

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

Funcionalidades:
- Usuários da extensão terão SEMPRE o cupom de bonus nos depósitos;
- Exibe os profits dos usuários da extensão em tempo real no csgo.net;                    

Extension Basic Information

Name Lendas do CSGONET Lendas do CSGONET
ID blppceiefbjecblfdeaepjcijcinkmgd
Official URL https://chromewebstore.google.com/detail/lendas-do-csgonet/blppceiefbjecblfdeaepjcijcinkmgd
Description Aumente suas chances de profit no CSGO.net!
File Size 134 KB
Installation Count 101
Current Version 1.0.3
Last Updated 2023-11-05
Publish Date 2023-10-19
Rating 5.00/5 Total 20 Ratings
Developer luismiguelprs
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lendas do CSGONET",
    "description": "Aumente suas chances de profit no CSGO.net!",
    "icons": {
        "128": "icons\/128.png"
    },
    "version": "1.0.3",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/csgo.net\/*",
        "*:\/\/mycsgoo.org\/*"
    ],
    "action": {
        "default_title": "Configurar",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/csgo.net\/*",
                "*:\/\/mycsgoo.org\/*"
            ],
            "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\/drop-results\/upgrades.js",
                "content\/drop-results\/cases.js",
                "content\/live-drops\/index.js"
            ],
            "css": [
                "content\/case-odds-chart\/index.css",
                "content\/live-drops\/index.css"
            ]
        }
    ]
}