Custom whispers for warframe.market
Custom whispers for warframe.market
¿Qué es Custom whispers for warframe.market?
Custom whispers for warframe.market es una extensión de Chrome desarrollada por Unknown, y su función principal es "Custom whispers for warframe.market".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Custom whispers for warframe.market
Descarga archivos de extensión Custom whispers for warframe.market en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Custom whispers for warframe.market |
ID | haefcnjphcjocfglgpckndmhnelmmone |
URL Oficial | https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone |
Descripción | Custom whispers for warframe.market |
Tamaño del Archivo | 41.59 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 1.0 |
Última Actualización | 2018-02-24 |
Fecha de Publicación | 2018-02-24 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |