Quick-Reply Steam Comments
Send a quick reply to any Steam user
What is Quick-Reply Steam Comments?
Quick-Reply Steam Comments is a Chrome extension developed by boomixlv, and its main feature is "Send a quick reply to any Steam user".
Extension Screenshots
Download Quick-Reply Steam Comments Extension CRX File
Download Quick-Reply Steam Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Send a quick and personal reply to any Steam user. A new icon next to the "Delete" feature will be available.
Extension Basic Information
Name | Quick-Reply Steam Comments |
ID | pecjfjckbdkbhbgjbbibhmkjocekcbmj |
Official URL | https://chromewebstore.google.com/detail/quick-reply-steam-comment/pecjfjckbdkbhbgjbbibhmkjocekcbmj |
Description | Send a quick reply to any Steam user |
File Size | 66.34 KB |
Installation Count | 133 |
Current Version | 1.02 |
Last Updated | 2019-03-27 |
Publish Date | 2019-03-27 |
Rating | 3.00/5 Total 2 Ratings |
Developer | boomixlv |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |