CSGO NET do @lukao150
Enhances the CSGO NET experience and adds hub experience.
Cos'è CSGO NET do @lukao150?
CSGO NET do @lukao150 è un'estensione di Chrome sviluppata da luismiguelprs, e la sua funzione principale è "Enhances the CSGO NET experience and adds hub experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CSGO NET do @lukao150
Scarica i file di estensione CSGO NET do @lukao150 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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; Informazioni di Base sull'Estensione
| Nome | |
| ID | ennfclphhljfmljefikhofbblmlpkaci |
| URL Ufficiale | https://chromewebstore.google.com/detail/csgo-net-do-lukao150/ennfclphhljfmljefikhofbblmlpkaci |
| Descrizione | Enhances the CSGO NET experience and adds hub experience. |
| Dimensione del File | 246 KB |
| Conteggio Installazioni | 184 |
| Versione Corrente | 1.0.24 |
| Ultimo Aggiornamento | 2023-05-04 |
| Data di Pubblicazione | 2021-05-09 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | luismiguelprs |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://lukao.tv |
| Lingue Supportate | 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"
}
} | |