Quick-Reply Steam Comments
Send a quick reply to any Steam user
Cos'è Quick-Reply Steam Comments?
Quick-Reply Steam Comments è un'estensione di Chrome sviluppata da boomixlv, e la sua funzione principale è "Send a quick reply to any Steam user".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick-Reply Steam Comments
Scarica i file di estensione Quick-Reply Steam Comments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Send a quick and personal reply to any Steam user. A new icon next to the "Delete" feature will be available.
Informazioni di Base sull'Estensione
Nome | Quick-Reply Steam Comments |
ID | pecjfjckbdkbhbgjbbibhmkjocekcbmj |
URL Ufficiale | https://chromewebstore.google.com/detail/quick-reply-steam-comment/pecjfjckbdkbhbgjbbibhmkjocekcbmj |
Descrizione | Send a quick reply to any Steam user |
Dimensione del File | 66.34 KB |
Conteggio Installazioni | 133 |
Versione Corrente | 1.02 |
Ultimo Aggiornamento | 2019-03-27 |
Data di Pubblicazione | 2019-03-27 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | boomixlv |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |