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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } ] } |