CSGOLotto fix
Improves your experience on CSGOLotto.com by applying changes to the design itself.
Qu'est-ce que CSGOLotto fix ?
CSGOLotto fix est une extension Chrome développée par bACKY, et sa fonction principale est "Improves your experience on CSGOLotto.com by applying changes to the design itself.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CSGOLotto fix
Téléchargez les fichiers d'extension CSGOLotto fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CSGOLotto fix |
ID | ilomdoklgaeodaephkkbjgipcbkclgkb |
URL Officiel | https://chromewebstore.google.com/detail/csgolotto-fix/ilomdoklgaeodaephkkbjgipcbkclgkb |
Description | Improves your experience on CSGOLotto.com by applying changes to the design itself. |
Taille du Fichier | 112 KB |
Nombre d'Installations | 13 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2016-04-19 |
Date de Publication | 2016-04-19 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | bACKY |
Type de Paiement | free |
Site Web de l'Extension | http://csgolotto.com |
Langues Prises en Charge | 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" } } |