Credit Conversion

This extension shows the credit tax on Warframe.Market

Что такое Credit Conversion?

Credit Conversion - это расширение Chrome, разработанное JSharpie, и его основная функция - "This extension shows the credit tax on Warframe.Market".

Скачать файл CRX расширения Credit Conversion

Скачайте файлы расширений 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\/"
    ]
}