Lendas do CSGONET
Aumente suas chances de profit no CSGO.net!
Was ist Lendas do CSGONET?
Lendas do CSGONET ist eine Chrome-Erweiterung, die von luismiguelprs entwickelt wurde, und ihr Hauptmerkmal ist "Aumente suas chances de profit no CSGO.net!".
Erweiterungsscreenshots
Lendas do CSGONET-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lendas do CSGONET-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
"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;
Grundlegende Informationen zur Erweiterung
Name | Lendas do CSGONET |
ID | blppceiefbjecblfdeaepjcijcinkmgd |
Offizielle URL | https://chromewebstore.google.com/detail/lendas-do-csgonet/blppceiefbjecblfdeaepjcijcinkmgd |
Beschreibung | Aumente suas chances de profit no CSGO.net! |
Dateigröße | 134 KB |
Installationsanzahl | 101 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2023-11-05 |
Veröffentlichungsdatum | 2023-10-19 |
Bewertung | 5.00/5 Insgesamt 20 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": "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" ] } ] } |