CSGO NET do @lukao150
Enhances the CSGO NET experience and adds hub experience.
Wat is CSGO NET do @lukao150?
CSGO NET do @lukao150 is een Chrome-extensie ontwikkeld door luismiguelprs, en de belangrijkste functie is "Enhances the CSGO NET experience and adds hub experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie CSGO NET do @lukao150
Download CSGO NET do @lukao150-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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;
Basisinformatie over de Extensie
Naam | CSGO NET do @lukao150 |
ID | ennfclphhljfmljefikhofbblmlpkaci |
Officiële URL | https://chromewebstore.google.com/detail/csgo-net-do-lukao150/ennfclphhljfmljefikhofbblmlpkaci |
Beschrijving | Enhances the CSGO NET experience and adds hub experience. |
Bestandsgrootte | 246 KB |
Aantal Installaties | 184 |
Huidige Versie | 1.0.24 |
Laatst Bijgewerkt | 2023-05-04 |
Publicatiedatum | 2021-05-09 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | luismiguelprs |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://lukao.tv |
Ondersteunde Talen | 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" } } |