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 |
| 官方網址 | 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"
} | |