Credit Conversion

This extension shows the credit tax on Warframe.Market

Co je Credit Conversion?

Credit Conversion je rozšíření Chrome vyvinuté JSharpie, a jeho hlavní funkcí je „This extension shows the credit tax on Warframe.Market“.

Stáhnout soubor CRX rozšíření Credit Conversion

Stáhněte si soubory rozšíření Credit Conversion 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í

                        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.                    

Základní Informace o Rozšíření

Název Credit Conversion Credit Conversion
ID anjelibbodkfkhpfdcbcdheaanbgoeon
Oficiální URL https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon
Popis This extension shows the credit tax on Warframe.Market
Velikost souboru 182 KB
Počet instalací 26
Aktuální Verze 1.0
Poslední Aktualizace 2016-09-27
Datum Vydání 2016-09-27
Vývojář JSharpie
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}