Steam Market Auto-Agree
Automatically ticks the terms of service box in the Steam Community Market
Qu'est-ce que Steam Market Auto-Agree ?
Steam Market Auto-Agree est une extension Chrome développée par Daniel Chalmers, et sa fonction principale est "Automatically ticks the terms of service box in the Steam Community Market".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steam Market Auto-Agree
Téléchargez les fichiers d'extension Steam Market Auto-Agree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Steam Market Auto-Agree |
ID | hdommeagcldeibnepgadkfbhiofkndgf |
URL Officiel | https://chromewebstore.google.com/detail/steam-market-auto-agree/hdommeagcldeibnepgadkfbhiofkndgf |
Description | Automatically ticks the terms of service box in the Steam Community Market |
Taille du Fichier | 6.16 KB |
Nombre d'Installations | 4,850 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-10-19 |
Date de Publication | 2017-10-19 |
Évaluation | 3.69/5 Total 13 Évaluations |
Développeur | Daniel Chalmers |
Type de Paiement | free |
Langues Prises en Charge | 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" } |