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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Quick-Reply Steam Comments Quick-Reply Steam Comments
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"
            ]
        }
    ]
}