什麼是CJW Steam Revamp?
CJW Steam Revamp是由https://callumjw.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Currently in BETA. Please send bugs, advice and feedback to [email protected]”。
擴展截圖
下載CJW Steam Revamp擴展crx文件
下載CJW Steam Revamp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a solo project on revamping the whole steam websites (both steamcommunity and steampowered) for Google Chrome. This is currently in BETA so beware when using this. There may be some bugs and A LOT of it is not complete. Got some ideas on how to improve this extension? Found a bug? Send me an email at [email protected] Feel like buying me some popcorn or pepsi? Fancy gifting me steam gifts? You don't have to but here are the links: PayPal - https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YM67FEFKNL2C2 Steam - https://steamcommunity.com/tradeoffer/new/?partner=220202211&token=ejOsEtij
擴展基本資訊
名稱 | CJW Steam Revamp |
ID | ekibkpbobmchiepjbmcinmelddkbddgo |
官方網址 | https://chromewebstore.google.com/detail/cjw-steam-revamp/ekibkpbobmchiepjbmcinmelddkbddgo |
簡介 | Currently in BETA. Please send bugs, advice and feedback to [email protected] |
檔案大小 | 766 KB |
安裝次數 | 10 |
目前版本 | 0.0.15 |
更新時間 | 2016-12-03 |
上架時間 | 2016-12-03 |
評分 | 4.00/5 共 1 次評分 |
開發者 | https://callumjw.co.uk |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CJW Steam Revamp", "version": "0.0.15", "manifest_version": 2, "description": "Currently in BETA. Please send bugs, advice and feedback to [email protected]", "homepage_url": "http:\/\/callumjw.co.uk", "web_accessible_resources": [ "fonts\/*.*", "templates\/*.html", "logo.png" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*" ], "js": [ "jquery.js" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |