Quick-Reply Steam Comments
Send a quick reply to any Steam user
Quick-Reply Steam Commentsคืออะไร?
Quick-Reply Steam Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boomixlv และคุณลักษณะหลักของมันคือ "Send a quick reply to any Steam user"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick-Reply Steam Comments
ดาวน์โหลดไฟล์ส่วนขยาย Quick-Reply Steam Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Send a quick and personal reply to any Steam user. A new icon next to the "Delete" feature will be available. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pecjfjckbdkbhbgjbbibhmkjocekcbmj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-reply-steam-comment/pecjfjckbdkbhbgjbbibhmkjocekcbmj |
| คำอธิบาย | Send a quick reply to any Steam user |
| ขนาดไฟล์ | 66.34 KB |
| จำนวนการติดตั้ง | 133 |
| เวอร์ชันปัจจุบัน | 1.02 |
| อัปเดตครั้งล่าสุด | 2019-03-27 |
| วันที่เผยแพร่ | 2019-03-27 |
| คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | boomixlv |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick-Reply Steam Comments",
"icons": {
"16": "img\/logo-128.png",
"48": "img\/logo-128.png",
"128": "img\/logo-128.png"
},
"version": "1.02",
"manifest_version": 2,
"description": "Send a quick reply to any Steam user",
"browser_action": {
"default_icon": "img\/logo-128.png",
"default_title": "Quick-Reply Steam Comments",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.steamcommunity.com\/id\/*",
"*:\/\/*.steamcommunity.com\/profiles\/*"
],
"css": [
"style.css"
],
"js": [
"libs\/jquery.min.js",
"libs\/BigInteger.min.js",
"libs\/converter-min.js",
"scripts\/main.js"
]
}
]
} | |