Trade Value Calculator

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

Trade Value Calculator क्या है?

Trade Value Calculator intersecting_lines द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trade Value Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Trade Value Calculator Trade Value Calculator
ID menkeeamkaboflpmlachemgcdgemjadh
आधिकारिक URL https://chromewebstore.google.com/detail/trade-value-calculator/menkeeamkaboflpmlachemgcdgemjadh
विवरण Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool
फ़ाइल का आकार 57.56 KB
स्थापना संख्या 2,458
वर्तमान संस्करण 0.2.0.3
अंतिम अपडेट 2021-09-06
प्रकाशन तिथि 2019-09-18
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर intersecting_lines
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}