Apostas automáticas Loterias Caixa
Crie seu bolão e deixa que a gente faça o trabalho difícil de preencher os bilhetes!
Apostas automáticas Loterias Caixa là gì?
Apostas automáticas Loterias Caixa là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Ferreira Silva, và tính năng chính của nó là "Crie seu bolão e deixa que a gente faça o trabalho difícil de preencher os bilhetes!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Apostas automáticas Loterias Caixa
Tải xuống các tệp mở rộng Apostas automáticas Loterias Caixa dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lleccpmgmkoajogkgmnpbgoodgebpnlb |
URL Chính Thức | https://chromewebstore.google.com/detail/apostas-autom%C3%A1ticas-loter/lleccpmgmkoajogkgmnpbgoodgebpnlb |
Mô tả | Crie seu bolão e deixa que a gente faça o trabalho difícil de preencher os bilhetes! |
Kích Thước Tệp | 41.66 KB |
Số Lần Cài Đặt | 142 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-09-10 |
Ngày Phát Hành | 2023-09-10 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Jonathan Ferreira Silva |
[email protected] | |
Loại Thanh Toán | in_app |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |