Custom whispers for warframe.market
Custom whispers for warframe.market
What is Custom whispers for warframe.market?
Custom whispers for warframe.market is a Chrome extension developed by Unknown, and its main feature is "Custom whispers for warframe.market".
Extension Screenshots
Download Custom whispers for warframe.market Extension CRX File
Download Custom whispers for warframe.market extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Custom whispers for warframe.market |
ID | haefcnjphcjocfglgpckndmhnelmmone |
Official URL | https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone |
Description | Custom whispers for warframe.market |
File Size | 41.59 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2018-02-24 |
Publish Date | 2018-02-24 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } ] } |