fanlights.io

Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.

Qu'est-ce que fanlights.io ?

fanlights.io est une extension Chrome développée par twitter.com/philiannuzzo, et sa fonction principale est "Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension fanlights.io

Téléchargez les fichiers d'extension fanlights.io 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

                        2.1.6
- Fix video icon insertion bug

2.1.5
- Fixed carousel not loading due to ads and analytics
- Fixed Yahoo chat button covering carousel tab
- Added support for MLB darkroom clips

2.1.4
- UI improvements and bug fixes
- Persistent carousel
- Improved error handling

2.1.3
- Run on more pages, more bug fixes

2.1.2
- UI improvements and bug fixes

2.1.1
- Fixed video icon activating editable row
- Added cross-browser support for Mozilla Firefox

2.1.0
- Added support for Microsoft Edge

2.0.1
- Re-launched Highlights+ as fanlights.io
- Added video carousel and high bitrate option                    

Informations de Base sur l'Extension

Nom fanlights.io fanlights.io
ID ndeobkgdldlmalcpkldhdadlhneajkco
URL Officiel https://chromewebstore.google.com/detail/fanlightsio/ndeobkgdldlmalcpkldhdadlhneajkco
Description Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.
Taille du Fichier 140 KB
Nombre d'Installations 325
Version Actuelle 2.1.6
Dernière Mise à Jour 2023-07-30
Date de Publication 2016-09-03
Évaluation 4.63/5 Total 16 Évaluations
Développeur twitter.com/philiannuzzo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://git.io/JOEK6
URL de la Page d'Aide https://twitter.com/philiannuzzo
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fanlights.io",
    "description": "Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.",
    "version": "2.1.6",
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        "options.html",
        "carousel.html",
        "carouselFrame.html",
        "\/icons\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": {
            "19": "\/icons\/icon-19.png"
        }
    },
    "icons": {
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/baseball.fantasysports.yahoo.com\/b1\/*",
                "http:\/\/baseball.fantasysports.yahoo.com\/b1\/*",
                "https:\/\/mlb-cuts-diamond.mlb.com\/FORGE\/*",
                "https:\/\/bdata-producedclips.mlb.com\/*",
                "https:\/\/darkroom-clips.mlb.com\/*"
            ],
            "js": [
                "\/libs\/purify.min.js",
                "\/libs\/jquery-3.5.1.min.js",
                "helpers.js",
                "carousel.js",
                "\/platforms\/yahoo.js",
                "content.js"
            ],
            "css": [
                "carousel.css"
            ]
        }
    ]
}