Steam-Buyer
Steam-Buyer is a simple application to make purchases in the Steam store.
O que é Steam-Buyer?
Steam-Buyer é uma extensão do Chrome desenvolvida por d42f, e sua principal característica é "Steam-Buyer is a simple application to make purchases in the Steam store.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Steam-Buyer
Baixe arquivos de extensão Steam-Buyer 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
Informações Básicas da Extensão
Nome | Steam-Buyer |
ID | ppbmhbiefeejlabibcbpecpophmfodei |
URL Oficial | https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei |
Descrição | Steam-Buyer is a simple application to make purchases in the Steam store. |
Tamanho do Arquivo | 251 KB |
Contagem de Instalações | 120 |
Versão Atual | 0.5 |
Última Atualização | 2015-06-20 |
Data de Publicação | 2015-06-20 |
Classificação | 2.00/5 Total de 3 Avaliações |
Desenvolvedor | d42f |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/d42f/steam-buyer |
URL da Página de Ajuda | https://github.com/d42f/steam-buyer/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam-Buyer", "version": "0.5", "description": "Steam-Buyer is a simple application to make purchases in the Steam store.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Steam Buyer", "default_popup": "src\/popup.html" }, "permissions": [ "storage", "notifications", "tabs", "unlimitedStorage", " |