Quick-Reply Steam Comments
Send a quick reply to any Steam user
Qu'est-ce que Quick-Reply Steam Comments ?
Quick-Reply Steam Comments est une extension Chrome développée par boomixlv, et sa fonction principale est "Send a quick reply to any Steam user".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick-Reply Steam Comments
Téléchargez les fichiers d'extension Quick-Reply Steam Comments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Send a quick and personal reply to any Steam user. A new icon next to the "Delete" feature will be available.
Informations de Base sur l'Extension
Nom | Quick-Reply Steam Comments |
ID | pecjfjckbdkbhbgjbbibhmkjocekcbmj |
URL Officiel | https://chromewebstore.google.com/detail/quick-reply-steam-comment/pecjfjckbdkbhbgjbbibhmkjocekcbmj |
Description | Send a quick reply to any Steam user |
Taille du Fichier | 66.34 KB |
Nombre d'Installations | 133 |
Version Actuelle | 1.02 |
Dernière Mise à Jour | 2019-03-27 |
Date de Publication | 2019-03-27 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | boomixlv |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |