Quick-Reply Steam Comments
Send a quick reply to any Steam user
Vad är Quick-Reply Steam Comments?
Quick-Reply Steam Comments är en Chrome-tillägg utvecklad av boomixlv, och dess huvudfunktion är "Send a quick reply to any Steam user".
Tilläggsskärmbilder
Ladda ner Quick-Reply Steam Comments-förlängningens CRX-fil
Ladda ner Quick-Reply Steam Comments-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Send a quick and personal reply to any Steam user. A new icon next to the "Delete" feature will be available.
Grundläggande Information om Tillägg
Namn | Quick-Reply Steam Comments |
ID | pecjfjckbdkbhbgjbbibhmkjocekcbmj |
Officiell webbadress | https://chromewebstore.google.com/detail/quick-reply-steam-comment/pecjfjckbdkbhbgjbbibhmkjocekcbmj |
Beskrivning | Send a quick reply to any Steam user |
Filstorlek | 66.34 KB |
Antal Installationer | 133 |
Aktuell Version | 1.02 |
Senast Uppdaterad | 2019-03-27 |
Publiceringsdatum | 2019-03-27 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | boomixlv |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |