Credit Conversion

This extension shows the credit tax on Warframe.Market

什么是Credit Conversion?

Credit Conversion是由JSharpie开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the credit tax on Warframe.Market”。

下载Credit Conversion扩展crx文件

下载Credit Conversion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Credit Conversion Credit Conversion
ID anjelibbodkfkhpfdcbcdheaanbgoeon
官方URL https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon
简介 This extension shows the credit tax on Warframe.Market
文件大小 182 KB
安装次数 26
当前版本 1.0
更新时间 2016-09-27
上架时间 2016-09-27
开发者 JSharpie
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/"
    ]
}