CSGOLotto fix
Improves your experience on CSGOLotto.com by applying changes to the design itself.
CSGOLotto fixคืออะไร?
CSGOLotto fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bACKY และคุณลักษณะหลักของมันคือ "Improves your experience on CSGOLotto.com by applying changes to the design itself."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSGOLotto fix
ดาวน์โหลดไฟล์ส่วนขยาย CSGOLotto fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will improve the usage of CSGOLotto.com, it comes with a larger chat, and if you either create/join a duel, you have a larger window for item selection. The "JOIN" button is also larger so that users are able to hit it faster. Close button is also bigger on duel pop-ups. Items can now be seen directly without pressing "view". The "view" button should only be clicked if you would like to see the opponents items and/or the coin flip.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSGOLotto fix |
ID | ilomdoklgaeodaephkkbjgipcbkclgkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb |
คำอธิบาย | Improves your experience on CSGOLotto.com by applying changes to the design itself. |
ขนาดไฟล์ | 112 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2016-04-19 |
วันที่เผยแพร่ | 2016-04-19 |
คะแนน | 4.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | bACKY |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://csgolotto.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSGOLotto fix", "version": "1.0.4", "manifest_version": 2, "description": "Improves your experience on CSGOLotto.com by applying changes to the design itself.", "icons": { "16": "images\/19.png", "38": "images\/38.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.csgolotto.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.min.js", "js.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_title": "CSGOLotto", "default_popup": "index.html" } } |