Credit Conversion
This extension shows the credit tax on Warframe.Market
¿Qué es Credit Conversion?
Credit Conversion es una extensión de Chrome desarrollada por JSharpie, y su función principal es "This extension shows the credit tax on Warframe.Market".
Descargar Archivo CRX de la Extensión Credit Conversion
Descarga archivos de extensión Credit Conversion 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
Display the credit tax rate on all platinum trades first hand on warframe.market. Digital Extreme Ltd, Warframe and the logo Warframe are registered trademarks. All rights are reserved worldwide. This extension has no official link with Digital Extremes Ltd or Warframe. All artwork, screenshots, characters or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of Digital Extreme Ltd.
Información Básica de la Extensión
Nombre | |
ID | anjelibbodkfkhpfdcbcdheaanbgoeon |
URL Oficial | https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon |
Descripción | This extension shows the credit tax on Warframe.Market |
Tamaño del Archivo | 182 KB |
Cantidad de Instalaciones | 26 |
Versión Actual | 1.0 |
Última Actualización | 2016-09-27 |
Fecha de Publicación | 2016-09-27 |
Desarrollador | JSharpie |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Credit Conversion", "description": "This extension shows the credit tax on Warframe.Market", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/warframe.market\/" ], "js": [ "jquery-3.1.0.js", "myscript.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |