ESPN Fantasy Basketball Lineup

Fill your lineup with active players

ما هو ESPN Fantasy Basketball Lineup؟

ESPN Fantasy Basketball Lineup هو إضافة Chrome تم تطويرها بواسطة minastirithprojects، والميزة الرئيسية لها هي "Fill your lineup with active players".

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

screenshot

تحميل ملف CRX للإضافة ESPN Fantasy Basketball Lineup

قم بتنزيل ملفات الامتداد ESPN Fantasy Basketball Lineup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This Chrome extension is used for ESPN Fantasy Basketball teams.
This extension is useful for teams that follow this ordered format:
PG, SG, SF, PF, C, G, F, any # of UTIL's.
This extension may not work as the user desires for days that have more active players than there are lineup spots or for general days.                    

معلومات أساسية عن التمديد

الاسم ESPN Fantasy Basketball Lineup ESPN Fantasy Basketball Lineup
ID ipcaphmhnimmhdjniacnapehfdmikdpn
عنوان URL الرسمي https://chromewebstore.google.com/detail/espn-fantasy-basketball-l/ipcaphmhnimmhdjniacnapehfdmikdpn
الوصف Fill your lineup with active players
حجم الملف 30.26 KB
عدد التثبيتات 52
النسخة الحالية 1.1
آخر تحديث 2021-01-10
تاريخ النشر 2021-01-07
المطور minastirithprojects
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESPN Fantasy Basketball Lineup",
    "version": "1.1",
    "description": "Fill your lineup with active players",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fantasy.espn.com\/basketball\/team*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}