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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |