Credit Conversion

This extension shows the credit tax on Warframe.Market

Qu'est-ce que Credit Conversion ?

Credit Conversion est une extension Chrome développée par JSharpie, et sa fonction principale est "This extension shows the credit tax on Warframe.Market".

Télécharger le fichier CRX de l'extension Credit Conversion

Téléchargez les fichiers d'extension Credit Conversion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Credit Conversion Credit Conversion
ID anjelibbodkfkhpfdcbcdheaanbgoeon
URL Officiel https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon
Description This extension shows the credit tax on Warframe.Market
Taille du Fichier 182 KB
Nombre d'Installations 26
Version Actuelle 1.0
Dernière Mise à Jour 2016-09-27
Date de Publication 2016-09-27
Développeur JSharpie
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}