sflp

Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…

什麼是sflp?

sflp是由rsmuin開發的Chrome擴展程式,該擴展的主要功能是“Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…”。

擴展截圖

screenshot

下載sflp擴展crx文件

下載sflp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass game feed in a new tab, and any scores or spoilers are hidden from view using CSS changes.                    

擴展基本資訊

名稱 sflp sflp
ID bbjfddlngfndbghjpfhabigcnckpnlki
官方網址 https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki
簡介 Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
檔案大小 807 KB
安裝次數 39
目前版本 0.13
更新時間 2023-10-24
上架時間 2019-10-25
評分 5.00/5 共 2 次評分
開發者 rsmuin
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "browser_action": {
        "default_icon": "bball.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "nbapage.css"
            ],
            "js": [
                "jquery191.js",
                "jquery111.js",
                "obj.js",
                "popup.js"
            ],
            "matches": [
                "http:\/\/www.nba.com\/*",
                "https:\/\/www.nba.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "bball.png",
        "16": "bball.png",
        "48": "bball.png"
    },
    "manifest_version": 2,
    "name": "sflp",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.13"
}