Trade Value Calculator

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

Qu'est-ce que Trade Value Calculator ?

Trade Value Calculator est une extension Chrome développée par intersecting_lines, et sa fonction principale est "Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trade Value Calculator

Téléchargez les fichiers d'extension Trade Value Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Trade Value Calculator Trade Value Calculator
ID menkeeamkaboflpmlachemgcdgemjadh
URL Officiel https://chromewebstore.google.com/detail/trade-value-calculator/menkeeamkaboflpmlachemgcdgemjadh
Description Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool
Taille du Fichier 57.56 KB
Nombre d'Installations 2,458
Version Actuelle 0.2.0.3
Dernière Mise à Jour 2021-09-06
Date de Publication 2019-09-18
Évaluation 5.00/5 Total 12 Évaluations
Développeur intersecting_lines
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}