Apostas automáticas Loterias Caixa
Crie seu bolão e deixa que a gente faça o trabalho difícil de preencher os bilhetes!
What is Apostas automáticas Loterias Caixa?
Apostas automáticas Loterias Caixa is a Chrome extension developed by Jonathan Ferreira Silva, and its main feature is "Crie seu bolão e deixa que a gente faça o trabalho difícil de preencher os bilhetes!".
Extension Screenshots
Download Apostas automáticas Loterias Caixa Extension CRX File
Download Apostas automáticas Loterias Caixa extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extensão com objetivo que preencher os bilhetes dos jogos (Lotofácil, Mega-sena, Quina, Lotomania, Dupla-sena) da loteria da caixa online. Ao criar o seu bolão e desdobramentos, pare de perder tempo preenchendo os bilhetes um a um. Com nossa extensão, o preenchimento é automático e rápido.
Extension Basic Information
Name | |
ID | lleccpmgmkoajogkgmnpbgoodgebpnlb |
Official URL | https://chromewebstore.google.com/detail/apostas-autom%C3%A1ticas-loter/lleccpmgmkoajogkgmnpbgoodgebpnlb |
Description | Crie seu bolão e deixa que a gente faça o trabalho difícil de preencher os bilhetes! |
File Size | 41.66 KB |
Installation Count | 142 |
Current Version | 1.0 |
Last Updated | 2023-09-10 |
Publish Date | 2023-09-10 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Jonathan Ferreira Silva |
[email protected] | |
Payment Type | in_app |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Apostas autom\u00e1ticas Loterias Caixa", "version": "1.0", "description": "Crie seu bol\u00e3o e deixa que a gente fa\u00e7a o trabalho dif\u00edcil de preencher os bilhetes!", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "48": "images\/icon.png" } }, "icons": { "48": "images\/icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.loteriasonline.caixa.gov.br\/*" ], "js": [ "content.js", "ExtPay.js" ] }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ] } |