Trade Value Calculator

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

Cos'è Trade Value Calculator?

Trade Value Calculator è un'estensione di Chrome sviluppata da intersecting_lines, e la sua funzione principale è "Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trade Value Calculator

Scarica i file di estensione Trade Value Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Trade Value Calculator Trade Value Calculator
ID menkeeamkaboflpmlachemgcdgemjadh
URL Ufficiale https://chromewebstore.google.com/detail/trade-value-calculator/menkeeamkaboflpmlachemgcdgemjadh
Descrizione Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool
Dimensione del File 57.56 KB
Conteggio Installazioni 2,458
Versione Corrente 0.2.0.3
Ultimo Aggiornamento 2021-09-06
Data di Pubblicazione 2019-09-18
Valutazione 5.00/5 Totale 12 Valutazioni
Sviluppatore intersecting_lines
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}