Steam Market Auto-Agree
Automatically ticks the terms of service box in the Steam Community Market
Cos'è Steam Market Auto-Agree?
Steam Market Auto-Agree è un'estensione di Chrome sviluppata da Daniel Chalmers, e la sua funzione principale è "Automatically ticks the terms of service box in the Steam Community Market".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam Market Auto-Agree
Scarica i file di estensione Steam Market Auto-Agree in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | hdommeagcldeibnepgadkfbhiofkndgf |
| URL Ufficiale | https://chromewebstore.google.com/detail/steam-market-auto-agree/hdommeagcldeibnepgadkfbhiofkndgf |
| Descrizione | Automatically ticks the terms of service box in the Steam Community Market |
| Dimensione del File | 6.16 KB |
| Conteggio Installazioni | 4,850 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2017-10-19 |
| Data di Pubblicazione | 2017-10-19 |
| Valutazione | 3.69/5 Totale 13 Valutazioni |
| Sviluppatore | Daniel Chalmers |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |