Bancarios Profit
Aumente suas chances de profit no CSGO.net!
Bancarios Profit là gì?
Bancarios Profit là một tiện ích mở rộng Chrome được phát triển bởi https://leodobancarios.com, và tính năng chính của nó là "Aumente suas chances de profit no CSGO.net!".
Ả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 Bancarios Profit
Tải xuống các tệp mở rộng Bancarios Profit 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
"Bancarios Profit" é uma extensão do chrome que melhora suas chances de profitar no csgo.net adicionando novas funções ao site. Funcionalidades: - Usuários da extensão terão SEMPRE o cupom de bônus nos depósitos; - Habilita um resumo de chances de profit em cada caixa do site; - Habilita um link direto para os sorteios de quem usou o cupom ativo nos depósitos; - Exibe os profits dos usuários da extensão em tempo real no csgo.net e leodobancarios.com;
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bancarios Profit |
ID | mnoddomcgpjomijimbclafagoaimoadb |
URL Chính Thức | https://chromewebstore.google.com/detail/bancarios-profit/mnoddomcgpjomijimbclafagoaimoadb |
Mô tả | Aumente suas chances de profit no CSGO.net! |
Kích Thước Tệp | 167 KB |
Số Lần Cài Đặt | 219 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2023-11-21 |
Ngày Phát Hành | 2023-08-23 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://leodobancarios.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bancarios Profit", "description": "Aumente suas chances de profit no CSGO.net!", "icons": { "128": "icons\/128.png" }, "version": "1.0.6", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/csgo.net\/*", "*:\/\/mycsgoo.org\/*" ], "action": { "default_title": "Configurar", "default_popup": "popup\/index.html" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/csgo.net\/*", "*:\/\/mycsgoo.org\/*" ], "js": [ "vendor\/firebase-app.js", "vendor\/firebase-firestore.js", "content\/_firebase\/index.js", "content\/promocode-filler\/index.js", "content\/case-odds-chart\/index.js", "content\/giveaway-link\/index.js", "content\/drop-results\/upgrades.js", "content\/drop-results\/cases.js", "content\/live-drops\/index.js", "content\/provably-fair-display\/index.js" ], "css": [ "content\/giveaway-link\/index.css", "content\/case-odds-chart\/index.css", "content\/live-drops\/index.css" ] } ] } |