CSGO NET Profit Helper by Saullo
Melhore suas chances de profit no CSGO.net!
CSGO NET Profit Helper by Saulloคืออะไร?
CSGO NET Profit Helper by Saullo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luismiguelprs และคุณลักษณะหลักของมันคือ "Melhore suas chances de profit no CSGO.net!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSGO NET Profit Helper by Saullo
ดาวน์โหลดไฟล์ส่วนขยาย CSGO NET Profit Helper by Saullo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"CSGO NET Profit Helper by Saullo" é 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 40% nos depósitos; - Habilita um resumo de chances de profit em cada caixa do site; - Mostra seus profits AO VIVO na live do Saullo; - Mostra os profits de todo mundo que usa a extensão no site; - Habilita um link direto para os sorteios de quem usou o cupom ativo nos depósitos; - Agora a extensão também funciona para os outros sites parceiros do canal!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSGO NET Profit Helper by Saullo |
ID | jnejejhhlcdameemiolcnjhhcdplfjhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/csgo-net-profit-helper-by/jnejejhhlcdameemiolcnjhhcdplfjhp |
คำอธิบาย | Melhore suas chances de profit no CSGO.net! |
ขนาดไฟล์ | 199 KB |
จำนวนการติดตั้ง | 7,000 |
เวอร์ชันปัจจุบัน | 1.5.3 |
อัปเดตครั้งล่าสุด | 2024-01-07 |
วันที่เผยแพร่ | 2021-07-12 |
คะแนน | 4.96/5 รวมทั้งหมด 379 คะแนน |
ผู้พัฒนา | luismiguelprs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSGO NET Profit Helper by Saullo", "description": "Melhore suas chances de profit no CSGO.net!", "icons": { "128": "icons\/128.png" }, "version": "1.5.3", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/csgo.net\/*", "*:\/\/mycsgoo.org\/*", "*:\/\/dashskins.com.br\/*" ], "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\/case-odds-chart\/index.js", "content\/promocode-filler\/index.js", "content\/drop-results\/upgrades.js", "content\/drop-results\/cases.js", "content\/live-drops\/index.js", "content\/giveaway-link\/index.js" ], "css": [ "content\/case-odds-chart\/index.css", "content\/live-drops\/index.css" ] }, { "run_at": "document_start", "matches": [ "*:\/\/dashskins.com.br\/*" ], "js": [ "vendor\/firebase-app.js", "vendor\/firebase-firestore.js", "content\/_firebase\/index.js", "content\/dashskins\/promocode-filler\/index.js" ] } ] } |