Custom whispers for warframe.market
Custom whispers for warframe.market
Co je Custom whispers for warframe.market?
Custom whispers for warframe.market je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Custom whispers for warframe.market“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Custom whispers for warframe.market
Stáhněte si soubory rozšíření Custom whispers for warframe.market ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Custom whispers for warframe.market |
ID | haefcnjphcjocfglgpckndmhnelmmone |
Oficiální URL | https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone |
Popis | Custom whispers for warframe.market |
Velikost souboru | 41.59 KB |
Počet instalací | 21 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-02-24 |
Datum Vydání | 2018-02-24 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |