Quick-Reply Steam Comments
Send a quick reply to any Steam user
Hvad er Quick-Reply Steam Comments?
Quick-Reply Steam Comments er en Chrome-udvidelse udviklet af boomixlv, og dens hovedfunktion er "Send a quick reply to any Steam user".
Udvidelsesskærmbilleder
Download Quick-Reply Steam Comments-udvidelses-CRX-fil
Download Quick-Reply Steam Comments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Send a quick and personal reply to any Steam user. A new icon next to the "Delete" feature will be available. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pecjfjckbdkbhbgjbbibhmkjocekcbmj |
| Officiel URL | https://chromewebstore.google.com/detail/quick-reply-steam-comment/pecjfjckbdkbhbgjbbibhmkjocekcbmj |
| Beskrivelse | Send a quick reply to any Steam user |
| Filstørrelse | 66.34 KB |
| Antal Installationer | 133 |
| Nuværende Version | 1.02 |
| Senest Opdateret | 2019-03-27 |
| Udgivelsesdato | 2019-03-27 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | boomixlv |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |