Quick-Reply Steam Comments
Send a quick reply to any Steam user
Wat is Quick-Reply Steam Comments?
Quick-Reply Steam Comments is een Chrome-extensie ontwikkeld door boomixlv, en de belangrijkste functie is "Send a quick reply to any Steam user".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick-Reply Steam Comments
Download Quick-Reply Steam Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Send a quick and personal reply to any Steam user. A new icon next to the "Delete" feature will be available. Basisinformatie over de Extensie
| Naam | |
| ID | pecjfjckbdkbhbgjbbibhmkjocekcbmj |
| Officiële URL | https://chromewebstore.google.com/detail/quick-reply-steam-comment/pecjfjckbdkbhbgjbbibhmkjocekcbmj |
| Beschrijving | Send a quick reply to any Steam user |
| Bestandsgrootte | 66.34 KB |
| Aantal Installaties | 133 |
| Huidige Versie | 1.02 |
| Laatst Bijgewerkt | 2019-03-27 |
| Publicatiedatum | 2019-03-27 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | boomixlv |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |