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"
            ]
        }
    ]
}