Trade Value Calculator

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

Vad är Trade Value Calculator?

Trade Value Calculator är en Chrome-tillägg utvecklad av intersecting_lines, och dess huvudfunktion är "Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool".

Tilläggsskärmbilder

screenshot

Ladda ner Trade Value Calculator-förlängningens CRX-fil

Ladda ner Trade Value Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Trade Value Calculator Trade Value Calculator
ID menkeeamkaboflpmlachemgcdgemjadh
Officiell webbadress https://chromewebstore.google.com/detail/trade-value-calculator/menkeeamkaboflpmlachemgcdgemjadh
Beskrivning Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool
Filstorlek 57.56 KB
Antal Installationer 2,458
Aktuell Version 0.2.0.3
Senast Uppdaterad 2021-09-06
Publiceringsdatum 2019-09-18
Betyg 5.00/5 Totalt 12 Betyg
Utvecklare intersecting_lines
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}