Credit Conversion

This extension shows the credit tax on Warframe.Market

What is Credit Conversion?

Credit Conversion is a Chrome extension developed by JSharpie, and its main feature is "This extension shows the credit tax on Warframe.Market".

Download Credit Conversion Extension CRX File

Download Credit Conversion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Credit Conversion Credit Conversion
ID anjelibbodkfkhpfdcbcdheaanbgoeon
Official URL https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon
Description This extension shows the credit tax on Warframe.Market
File Size 182 KB
Installation Count 26
Current Version 1.0
Last Updated 2016-09-27
Publish Date 2016-09-27
Developer JSharpie
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}