Steam Market Auto-Agree
Automatically ticks the terms of service box in the Steam Community Market
O que é Steam Market Auto-Agree?
Steam Market Auto-Agree é uma extensão do Chrome desenvolvida por Daniel Chalmers, e sua principal característica é "Automatically ticks the terms of service box in the Steam Community Market".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Steam Market Auto-Agree
Baixe arquivos de extensão Steam Market Auto-Agree 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 Market Auto-Agree |
ID | hdommeagcldeibnepgadkfbhiofkndgf |
URL Oficial | https://chromewebstore.google.com/detail/steam-market-auto-agree/hdommeagcldeibnepgadkfbhiofkndgf |
Descrição | Automatically ticks the terms of service box in the Steam Community Market |
Tamanho do Arquivo | 6.16 KB |
Contagem de Instalações | 4,850 |
Versão Atual | 1.1 |
Última Atualização | 2017-10-19 |
Data de Publicação | 2017-10-19 |
Classificação | 3.69/5 Total de 13 Avaliações |
Desenvolvedor | Daniel Chalmers |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "tick.js" ], "matches": [ "*:\/\/steamcommunity.com\/*" ] } ], "description": "Automatically ticks the terms of service box in the Steam Community Market", "icons": { "128": "icon128.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Steam Market Auto-Agree", "short_name": "Steam Auto-Agree", "permissions": [ "*:\/\/steamcommunity.com\/" ], "version": "1.1" } |