CSGOLotto fix
Improves your experience on CSGOLotto.com by applying changes to the design itself.
What is CSGOLotto fix?
CSGOLotto fix is a Chrome extension developed by bACKY, and its main feature is "Improves your experience on CSGOLotto.com by applying changes to the design itself.".
Extension Screenshots
Download CSGOLotto fix Extension CRX File
Download CSGOLotto fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CSGOLotto fix |
ID | ilomdoklgaeodaephkkbjgipcbkclgkb |
Official URL | https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb |
Description | Improves your experience on CSGOLotto.com by applying changes to the design itself. |
File Size | 112 KB |
Installation Count | 13 |
Current Version | 1.0.4 |
Last Updated | 2016-04-19 |
Publish Date | 2016-04-19 |
Rating | 4.63/5 Total 8 Ratings |
Developer | bACKY |
Payment Type | free |
Extension Website | http://csgolotto.com |
Supported Languages | 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" } } |