Steam Market Auto-Agree

Automatically ticks the terms of service box in the Steam Community Market

What is Steam Market Auto-Agree?

Steam Market Auto-Agree is a Chrome extension developed by Daniel Chalmers, and its main feature is "Automatically ticks the terms of service box in the Steam Community Market".

Extension Screenshots

screenshot
screenshot

Download Steam Market Auto-Agree Extension CRX File

Download Steam Market Auto-Agree extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Steam Market Auto-Agree Steam Market Auto-Agree
ID hdommeagcldeibnepgadkfbhiofkndgf
Official URL https://chromewebstore.google.com/detail/steam-market-auto-agree/hdommeagcldeibnepgadkfbhiofkndgf
Description Automatically ticks the terms of service box in the Steam Community Market
File Size 6.16 KB
Installation Count 4,850
Current Version 1.1
Last Updated 2017-10-19
Publish Date 2017-10-19
Rating 3.69/5 Total 13 Ratings
Developer Daniel Chalmers
Payment Type free
Supported Languages 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"
}