O que é CJW Steam Revamp?
CJW Steam Revamp é uma extensão do Chrome desenvolvida por https://callumjw.co.uk, e sua principal característica é "Currently in BETA. Please send bugs, advice and feedback to [email protected]".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CJW Steam Revamp
Baixe arquivos de extensão CJW Steam Revamp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | CJW Steam Revamp |
ID | ekibkpbobmchiepjbmcinmelddkbddgo |
URL Oficial | https://chromewebstore.google.com/detail/cjw-steam-revamp/ekibkpbobmchiepjbmcinmelddkbddgo |
Descrição | Currently in BETA. Please send bugs, advice and feedback to [email protected] |
Tamanho do Arquivo | 766 KB |
Contagem de Instalações | 10 |
Versão Atual | 0.0.15 |
Última Atualização | 2016-12-03 |
Data de Publicação | 2016-12-03 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | https://callumjw.co.uk |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |