CSGO NET do @lukao150
Enhances the CSGO NET experience and adds hub experience.
CSGO NET do @lukao150คืออะไร?
CSGO NET do @lukao150 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luismiguelprs และคุณลักษณะหลักของมันคือ "Enhances the CSGO NET experience and adds hub experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSGO NET do @lukao150
ดาวน์โหลดไฟล์ส่วนขยาย CSGO NET do @lukao150 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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; ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ennfclphhljfmljefikhofbblmlpkaci |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/csgo-net-do-lukao150/ennfclphhljfmljefikhofbblmlpkaci |
| คำอธิบาย | Enhances the CSGO NET experience and adds hub experience. |
| ขนาดไฟล์ | 246 KB |
| จำนวนการติดตั้ง | 184 |
| เวอร์ชันปัจจุบัน | 1.0.24 |
| อัปเดตครั้งล่าสุด | 2023-05-04 |
| วันที่เผยแพร่ | 2021-05-09 |
| คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | luismiguelprs |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://lukao.tv |
| ภาษาที่รองรับ | 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"
}
} | |