Custom whispers for warframe.market
Custom whispers for warframe.market
Cos'è Custom whispers for warframe.market?
Custom whispers for warframe.market è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Custom whispers for warframe.market".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom whispers for warframe.market
Scarica i file di estensione Custom whispers for warframe.market 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
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!
Informazioni di Base sull'Estensione
Nome | Custom whispers for warframe.market |
ID | haefcnjphcjocfglgpckndmhnelmmone |
URL Ufficiale | https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone |
Descrizione | Custom whispers for warframe.market |
Dimensione del File | 41.59 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-02-24 |
Data di Pubblicazione | 2018-02-24 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |