Steam Market Auto-Agree
Automatically ticks the terms of service box in the Steam Community Market
Steam Market Auto-Agreeคืออะไร?
Steam Market Auto-Agree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Chalmers และคุณลักษณะหลักของมันคือ "Automatically ticks the terms of service box in the Steam Community Market"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Market Auto-Agree
ดาวน์โหลดไฟล์ส่วนขยาย 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"
} | |