Credit Conversion

This extension shows the credit tax on Warframe.Market

O que é Credit Conversion?

Credit Conversion é uma extensão do Chrome desenvolvida por JSharpie, e sua principal característica é "This extension shows the credit tax on Warframe.Market".

Baixar o arquivo CRX da Extensão Credit Conversion

Baixe arquivos de extensão Credit Conversion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Credit Conversion Credit Conversion
ID anjelibbodkfkhpfdcbcdheaanbgoeon
URL Oficial https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon
Descrição This extension shows the credit tax on Warframe.Market
Tamanho do Arquivo 182 KB
Contagem de Instalações 26
Versão Atual 1.0
Última Atualização 2016-09-27
Data de Publicação 2016-09-27
Desenvolvedor JSharpie
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}