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 |
| 公式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 |
| Eメール | [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"
]
}
]
} | |