Custom whispers for warframe.market
Custom whispers for warframe.market
Qu'est-ce que Custom whispers for warframe.market ?
Custom whispers for warframe.market est une extension Chrome développée par Unknown, et sa fonction principale est "Custom whispers for warframe.market".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom whispers for warframe.market
Téléchargez les fichiers d'extension Custom whispers for warframe.market 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
Allows you to swap out warframe.market's usual sell/buy message for one of your own. Click the extension on the top bar to show the config panel and start customising your message. Tags can be used to automagically insert data from your chosen order into your message, the config panel will give more detail on these. If you can't identify what a tag does right away, play around with the preview box and hopefully it will all make sense!
Informations de Base sur l'Extension
Nom | Custom whispers for warframe.market |
ID | haefcnjphcjocfglgpckndmhnelmmone |
URL Officiel | https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone |
Description | Custom whispers for warframe.market |
Taille du Fichier | 41.59 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-02-24 |
Date de Publication | 2018-02-24 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom whispers for warframe.market", "description": "Custom whispers for warframe.market", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/warframe.market\/*" ], "js": [ "jquery-3.1.1.min.js", "utils.js", "inject.js" ] } ] } |