Steam Market Auto-Agree
Automatically ticks the terms of service box in the Steam Community Market
¿Qué es Steam Market Auto-Agree?
Steam Market Auto-Agree es una extensión de Chrome desarrollada por Daniel Chalmers, y su función principal es "Automatically ticks the terms of service box in the Steam Community Market".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Steam Market Auto-Agree
Descarga archivos de extensión Steam Market Auto-Agree en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
| Nombre | |
| ID | hdommeagcldeibnepgadkfbhiofkndgf |
| URL Oficial | https://chromewebstore.google.com/detail/steam-market-auto-agree/hdommeagcldeibnepgadkfbhiofkndgf |
| Descripción | Automatically ticks the terms of service box in the Steam Community Market |
| Tamaño del Archivo | 6.16 KB |
| Cantidad de Instalaciones | 4,850 |
| Versión Actual | 1.1 |
| Última Actualización | 2017-10-19 |
| Fecha de Publicación | 2017-10-19 |
| Calificación | 3.69/5 Total de 13 Calificaciones |
| Desarrollador | Daniel Chalmers |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
} | |