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 |
官方網址 | 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" } } |