sflp

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

Wat is sflp?

sflp is een Chrome-extensie ontwikkeld door rsmuin, en de belangrijkste functie is "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie sflp

Download sflp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam sflp sflp
ID bbjfddlngfndbghjpfhabigcnckpnlki
Officiële URL https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki
Beschrijving Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Bestandsgrootte 807 KB
Aantal Installaties 39
Huidige Versie 0.13
Laatst Bijgewerkt 2023-10-24
Publicatiedatum 2019-10-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar rsmuin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}