Lendas do CSGONET
Aumente suas chances de profit no CSGO.net!
Что такое Lendas do CSGONET?
Lendas do CSGONET - это расширение Chrome, разработанное luismiguelprs, и его основная функция - "Aumente suas chances de profit no CSGO.net!".
Снимки экрана расширения
Скачать файл CRX расширения Lendas do CSGONET
Скачайте файлы расширений Lendas do CSGONET в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
"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;
Основная информация о расширении
Название | Lendas do CSGONET |
ID | blppceiefbjecblfdeaepjcijcinkmgd |
Официальный URL | https://chromewebstore.google.com/detail/lendas-do-csgonet/blppceiefbjecblfdeaepjcijcinkmgd |
Описание | Aumente suas chances de profit no CSGO.net! |
Размер файла | 134 KB |
Количество установок | 101 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2023-11-05 |
Дата публикации | 2023-10-19 |
Рейтинг | 5.00/5 Всего 20 оценок |
Разработчик | luismiguelprs |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |