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
公式URL 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
Eメール [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"
}