ESPN Fantasy Basketball Lineup

Fill your lineup with active players

ESPN Fantasy Basketball Lineupとは何ですか?

ESPN Fantasy Basketball Lineupはminastirithprojectsによって開発されたChromeの拡張機能で、その主な機能は「Fill your lineup with active players」です。

拡張機能のスクリーンショット

screenshot

ESPN Fantasy Basketball Lineup拡張機能のCRXファイルをダウンロード

ESPN Fantasy Basketball Lineup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}