CSGO NET do @lukao150
Enhances the CSGO NET experience and adds hub experience.
Hvad er CSGO NET do @lukao150?
CSGO NET do @lukao150 er en Chrome-udvidelse udviklet af luismiguelprs, og dens hovedfunktion er "Enhances the CSGO NET experience and adds hub experience.".
Udvidelsesskærmbilleder
Download CSGO NET do @lukao150-udvidelses-CRX-fil
Download CSGO NET do @lukao150-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
CSGO NET do @lukao150 é a extensão que te ajuda a profitar mais no CSGO NET! Funcionalidades: - Mostra as chances de profit em cada caixa do site; - Preenche automaticamente o cupom ativo na hora de colocar saldo;
Grundlæggende oplysninger om udvidelsen
Navn | CSGO NET do @lukao150 |
ID | ennfclphhljfmljefikhofbblmlpkaci |
Officiel URL | https://chromewebstore.google.com/detail/csgo-net-do-lukao150/ennfclphhljfmljefikhofbblmlpkaci |
Beskrivelse | Enhances the CSGO NET experience and adds hub experience. |
Filstørrelse | 246 KB |
Antal Installationer | 184 |
Nuværende Version | 1.0.24 |
Senest Opdateret | 2023-05-04 |
Udgivelsesdato | 2021-05-09 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | luismiguelprs |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://lukao.tv |
Understøttede Sprog | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSGO NET do @lukao150", "description": "Enhances the CSGO NET experience and adds hub experience.", "version": "1.0.24", "permissions": [ "storage", "offscreen" ], "host_permissions": [ "*:\/\/csgo.net\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/csgo.net\/*" ], "js": [ "vendor\/sentry\/sentry.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\/zuero\/index.js" ], "css": [ "content\/case-odds-chart\/index.css" ] } ], "background": { "service_worker": "background\/zuero.js" } } |