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 là gì?

sflp là một tiện ích mở rộng Chrome được phát triển bởi rsmuin, và tính năng chính của nó là "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng sflp

Tải xuống các tệp mở rộng sflp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên sflp sflp
ID bbjfddlngfndbghjpfhabigcnckpnlki
URL Chính Thức https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki
Mô tả Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Kích Thước Tệp 807 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.13
Cập Nhật Lần Cuối 2023-10-24
Ngày Phát Hành 2019-10-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển rsmuin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}