CSGO NET Profit Helper by Saullo
Melhore suas chances de profit no CSGO.net!
Was ist CSGO NET Profit Helper by Saullo?
CSGO NET Profit Helper by Saullo ist eine Chrome-Erweiterung, die von luismiguelprs entwickelt wurde, und ihr Hauptmerkmal ist "Melhore suas chances de profit no CSGO.net!".
Erweiterungsscreenshots
CSGO NET Profit Helper by Saullo-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSGO NET Profit Helper by Saullo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
"CSGO NET Profit Helper by Saullo" é 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 40% nos depósitos; - Habilita um resumo de chances de profit em cada caixa do site; - Mostra seus profits AO VIVO na live do Saullo; - Mostra os profits de todo mundo que usa a extensão no site; - Habilita um link direto para os sorteios de quem usou o cupom ativo nos depósitos; - Agora a extensão também funciona para os outros sites parceiros do canal!
Grundlegende Informationen zur Erweiterung
Name | CSGO NET Profit Helper by Saullo |
ID | jnejejhhlcdameemiolcnjhhcdplfjhp |
Offizielle URL | https://chromewebstore.google.com/detail/csgo-net-profit-helper-by/jnejejhhlcdameemiolcnjhhcdplfjhp |
Beschreibung | Melhore suas chances de profit no CSGO.net! |
Dateigröße | 199 KB |
Installationsanzahl | 7,000 |
Aktuelle Version | 1.5.3 |
Letztes Update | 2024-01-07 |
Veröffentlichungsdatum | 2021-07-12 |
Bewertung | 4.96/5 Insgesamt 379 Bewertungen |
Entwickler | luismiguelprs |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSGO NET Profit Helper by Saullo", "description": "Melhore suas chances de profit no CSGO.net!", "icons": { "128": "icons\/128.png" }, "version": "1.5.3", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/csgo.net\/*", "*:\/\/mycsgoo.org\/*", "*:\/\/dashskins.com.br\/*" ], "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", "content\/giveaway-link\/index.js" ], "css": [ "content\/case-odds-chart\/index.css", "content\/live-drops\/index.css" ] }, { "run_at": "document_start", "matches": [ "*:\/\/dashskins.com.br\/*" ], "js": [ "vendor\/firebase-app.js", "vendor\/firebase-firestore.js", "content\/_firebase\/index.js", "content\/dashskins\/promocode-filler\/index.js" ] } ] } |