CSGOLotto fix
Improves your experience on CSGOLotto.com by applying changes to the design itself.
Vad är CSGOLotto fix?
CSGOLotto fix är en Chrome-tillägg utvecklad av bACKY, och dess huvudfunktion är "Improves your experience on CSGOLotto.com by applying changes to the design itself.".
Tilläggsskärmbilder
Ladda ner CSGOLotto fix-förlängningens CRX-fil
Ladda ner CSGOLotto fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | CSGOLotto fix |
ID | ilomdoklgaeodaephkkbjgipcbkclgkb |
Officiell webbadress | https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb |
Beskrivning | Improves your experience on CSGOLotto.com by applying changes to the design itself. |
Filstorlek | 112 KB |
Antal Installationer | 13 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2016-04-19 |
Publiceringsdatum | 2016-04-19 |
Betyg | 4.63/5 Totalt 8 Betyg |
Utvecklare | bACKY |
Betalningssätt | free |
Tilläggswebbplats | http://csgolotto.com |
Stödda Språk | 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" } } |