Trade Value Calculator

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

ما هو Trade Value Calculator؟

Trade Value Calculator هو إضافة Chrome تم تطويرها بواسطة intersecting_lines، والميزة الرئيسية لها هي "Interactive Fantasy Football trade value calculator with values calculated by /u/PeakedInHighSkool".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Trade Value Calculator

قم بتنزيل ملفات الامتداد Trade Value Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}