Trade Value Calculator

Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool

What is Trade Value Calculator?

Trade Value Calculator is a Chrome extension developed by intersecting_lines, and its main feature is "Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool".

Extension Screenshots

screenshot

Download Trade Value Calculator Extension CRX File

Download Trade Value Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Fantasy Football Owners from Yahoo, Espn, NFL, CBS, Sleeper can evaluate how fair/unfair a trade is. Data is taken from /u/PeakedInHighSkool post on Reddit Adjusted Trade Values

If it's failling: You might need to give the app permissions because it makes a request to my site zhecht.pythonanywhere.com/extension to get latest values + player name translations.

Code is available to view at github.com/zhecht/tradevalues                    

Extension Basic Information

Name Trade Value Calculator Trade Value Calculator
ID menkeeamkaboflpmlachemgcdgemjadh
Official URL https://chromewebstore.google.com/detail/trade-value-calculator/menkeeamkaboflpmlachemgcdgemjadh
Description Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool
File Size 57.56 KB
Installation Count 2,458
Current Version 0.2.0.3
Last Updated 2021-09-06
Publish Date 2019-09-18
Rating 5.00/5 Total 12 Ratings
Developer intersecting_lines
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trade Value Calculator",
    "version": "0.2.0.3",
    "description": "Interactive Fantasy Football trade value calculator with values calculated by \/u\/PeakedInHighSkool",
    "permissions": [
        "",
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/trade_48.png"
        }
    },
    "icons": {
        "48": "images\/trade_48.png"
    },
    "manifest_version": 2
}