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"
} | |