Credit Conversion

This extension shows the credit tax on Warframe.Market

Vad är Credit Conversion?

Credit Conversion är en Chrome-tillägg utvecklad av JSharpie, och dess huvudfunktion är "This extension shows the credit tax on Warframe.Market".

Ladda ner Credit Conversion-förlängningens CRX-fil

Ladda ner Credit Conversion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Credit Conversion Credit Conversion
ID anjelibbodkfkhpfdcbcdheaanbgoeon
Officiell webbadress https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon
Beskrivning This extension shows the credit tax on Warframe.Market
Filstorlek 182 KB
Antal Installationer 26
Aktuell Version 1.0
Senast Uppdaterad 2016-09-27
Publiceringsdatum 2016-09-27
Utvecklare JSharpie
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
    ]
}