fanlights.io

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

O que é fanlights.io?

fanlights.io é uma extensão do Chrome desenvolvida por twitter.com/philiannuzzo, e sua principal característica é "Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão fanlights.io

Baixe arquivos de extensão fanlights.io no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome fanlights.io fanlights.io
ID ndeobkgdldlmalcpkldhdadlhneajkco
URL Oficial https://chromewebstore.google.com/detail/fanlightsio/ndeobkgdldlmalcpkldhdadlhneajkco
Descrição Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.
Tamanho do Arquivo 140 KB
Contagem de Instalações 325
Versão Atual 2.1.6
Última Atualização 2023-07-30
Data de Publicação 2016-09-03
Classificação 4.63/5 Total de 16 Avaliações
Desenvolvedor twitter.com/philiannuzzo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://git.io/JOEK6
URL da Página de Ajuda https://twitter.com/philiannuzzo
Idiomas Suportados 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"
            ]
        }
    ]
}