Steam Market Auto-Agree
Automatically ticks the terms of service box in the Steam Community Market
什么是Steam Market Auto-Agree?
Steam Market Auto-Agree是由Daniel Chalmers开发的Chrome扩展程序,该扩展的主要功能是“Automatically ticks the terms of service box in the Steam Community Market”。
扩展截图
下载Steam Market Auto-Agree扩展crx文件
下载Steam Market Auto-Agree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                                             扩展基本信息
| 名称 |   |  
| ID | hdommeagcldeibnepgadkfbhiofkndgf | 
| 官方URL | https://chromewebstore.google.com/detail/steam-market-auto-agree/hdommeagcldeibnepgadkfbhiofkndgf | 
| 简介 | Automatically ticks the terms of service box in the Steam Community Market | 
| 文件大小 | 6.16 KB | 
| 安装次数 | 4,850 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2017-10-19 | 
| 上架时间 | 2017-10-19 | 
| 评分 | 3.69/5 共13次评分 | 
| 开发者 | Daniel Chalmers | 
| 付费类型 | free | 
| 支持的语言 | 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"
}  |  |