FIFA 19 Calculator

Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team

什么是FIFA 19 Calculator?

FIFA 19 Calculator是由https://fifacalculator.com开发的Chrome扩展程序,该扩展的主要功能是“Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team”。

扩展截图

screenshot

下载FIFA 19 Calculator扩展crx文件

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

扩展使用说明

                        FIFA 20 Tax Calculator is here to help you make successful FUT trades every time. When you are ready to buy and sell just simply enter the price you paid for your card and also the price you want to sell. The calculator will work out the tax owed to EA Sports for the trade and will tell you in an instant if it is a profitable trade or not.                    

扩展基本信息

名称 FIFA 19 Calculator FIFA 19 Calculator
ID ackinpngjkcamikkefniamknocifnakb
官方URL https://chromewebstore.google.com/detail/fifa-19-calculator/ackinpngjkcamikkefniamknocifnakb
简介 Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team
文件大小 93.16 KB
安装次数 240
当前版本 1.0
更新时间 2019-10-25
上架时间 2019-10-25
开发者 https://fifacalculator.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://fifacalculator.com
帮助页面URL http://fifacalculator.com/contact-us
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIFA 19 Calculator",
    "version": "1.0",
    "description": "Calculate the tax charged by EA Sports when selling players on Fifa 19 Ultimate team",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Fifa Tax Calculator",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}