Quick-Reply Steam Comments
Send a quick reply to any Steam user
什麼是Quick-Reply Steam Comments?
Quick-Reply Steam Comments是由boomixlv開發的Chrome擴展程式,該擴展的主要功能是“Send a quick reply to any Steam user”。
擴展截圖
下載Quick-Reply Steam Comments擴展crx文件
下載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 |
| 官方網址 | 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"
]
}
]
} | |