Custom whispers for warframe.market
Custom whispers for warframe.market
Vad är Custom whispers for warframe.market?
Custom whispers for warframe.market är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Custom whispers for warframe.market".
Tilläggsskärmbilder
Ladda ner Custom whispers for warframe.market-förlängningens CRX-fil
Ladda ner Custom whispers for warframe.market-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Custom whispers for warframe.market |
ID | haefcnjphcjocfglgpckndmhnelmmone |
Officiell webbadress | https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone |
Beskrivning | Custom whispers for warframe.market |
Filstorlek | 41.59 KB |
Antal Installationer | 21 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-02-24 |
Publiceringsdatum | 2018-02-24 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |