Quick-Reply Steam Comments
Send a quick reply to any Steam user
Was ist Quick-Reply Steam Comments?
Quick-Reply Steam Comments ist eine Chrome-Erweiterung, die von boomixlv entwickelt wurde, und ihr Hauptmerkmal ist "Send a quick reply to any Steam user".
Erweiterungsscreenshots
Quick-Reply Steam Comments-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick-Reply Steam Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Send a quick and personal reply to any Steam user. A new icon next to the "Delete" feature will be available. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pecjfjckbdkbhbgjbbibhmkjocekcbmj |
| Offizielle URL | https://chromewebstore.google.com/detail/quick-reply-steam-comment/pecjfjckbdkbhbgjbbibhmkjocekcbmj |
| Beschreibung | Send a quick reply to any Steam user |
| Dateigröße | 66.34 KB |
| Installationsanzahl | 133 |
| Aktuelle Version | 1.02 |
| Letztes Update | 2019-03-27 |
| Veröffentlichungsdatum | 2019-03-27 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | boomixlv |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |