CSGOLotto fix
Improves your experience on CSGOLotto.com by applying changes to the design itself.
什么是CSGOLotto fix?
CSGOLotto fix是由bACKY开发的Chrome扩展程序,该扩展的主要功能是“Improves your experience on CSGOLotto.com by applying changes to the design itself.”。
扩展截图
下载CSGOLotto fix扩展crx文件
下载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" } } |