sflp

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

Co je sflp?

sflp je rozšíření Chrome vyvinuté rsmuin, a jeho hlavní funkcí je „Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření sflp

Stáhněte si soubory rozšíření sflp ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název sflp sflp
ID bbjfddlngfndbghjpfhabigcnckpnlki
Oficiální URL https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki
Popis Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Velikost souboru 807 KB
Počet instalací 39
Aktuální Verze 0.13
Poslední Aktualizace 2023-10-24
Datum Vydání 2019-10-25
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář rsmuin
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}