sflp

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

Qu'est-ce que sflp ?

sflp est une extension Chrome développée par rsmuin, et sa fonction principale est "Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension sflp

Téléchargez les fichiers d'extension sflp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom sflp sflp
ID bbjfddlngfndbghjpfhabigcnckpnlki
URL Officiel https://chromewebstore.google.com/detail/sflp/bbjfddlngfndbghjpfhabigcnckpnlki
Description Provides a calendar of basketball games, and links to watch them. Upon selecting a game the user is redirected to the League Pass…
Taille du Fichier 807 KB
Nombre d'Installations 39
Version Actuelle 0.13
Dernière Mise à Jour 2023-10-24
Date de Publication 2019-10-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur rsmuin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}