ESPN Fantasy Basketball Lineup

Fill your lineup with active players

ESPN Fantasy Basketball Lineup क्या है?

ESPN Fantasy Basketball Lineup minastirithprojects द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fill your lineup with active players"।

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

screenshot

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

crx प्रारूप में ESPN Fantasy Basketball Lineup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}