Fantasy Football Ticker: Yahoo, ESPN, Sleeper

An extension to overlay live score updates from all your fantasy teams on live streams and videos.

Fantasy Football Ticker: Yahoo, ESPN, Sleeper란 무엇입니까?

Fantasy Football Ticker: Yahoo, ESPN, Sleeper은(는) benbrim4에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to overlay live score updates from all your fantasy teams on live streams and videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fantasy Football Ticker: Yahoo, ESPN, Sleeper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Elevate your fantasy football experience to a whole new level with the Fantasy Football Ticker Chrome extension! Stay connected to your fantasy teams and players while streaming the games or enjoying videos on YouTube, YouTube TV, Twitch, Amazon Prime, NFL.com, ESPN, and other streaming platforms! Integrates seamlessly with Yahoo, ESPN, and Sleeper fantasy!

Key Features:

🏈 Live Score Updates: Get real-time score updates for your fantasy football teams right on your screen. No need to constantly check your fantasy app or website.

📺 Seamless Integration: Our extension seamlessly overlays score updates on top of videos you watch, ensuring you never miss a moment of the action.

🌐 Wide Compatibility: Supports Yahoo Fantasy, ESPN Fantasy, Sleeper, as well as popular video streaming platforms including YouTube, Twitch, Amazon Prime, YouTube TV, NFL.com, and ESPN.

🚀 Easy to Use: The extension is easy to install and even easier to use. Simply install it, import your teams from your fantasy providers, and let the updates roll in as you enjoy your favorite content.

⚙️ Customizable: Tailor the ticker to your preferences. Choose which leagues and teams to track, so you see only the updates that matter most to you.

🌟 Enhance Your Fantasy Experience: Whether you're watching game highlights, following live streams, or enjoying football-related content, our Fantasy Football Ticker keeps you informed and engaged.

Never be out of the loop when it comes to your fantasy football teams. Download our Fantasy Football Ticker extension today and elevate your fantasy gaming experience like never before!                    

확장 프로그램 기본 정보

이름 Fantasy Football Ticker: Yahoo, ESPN, Sleeper Fantasy Football Ticker: Yahoo, ESPN, Sleeper
ID dbhhoddpcmjohmmfjdiaingjfgmpieog
공식 URL https://chromewebstore.google.com/detail/fantasy-football-ticker-y/dbhhoddpcmjohmmfjdiaingjfgmpieog
설명 An extension to overlay live score updates from all your fantasy teams on live streams and videos.
파일 크기 267 KB
설치 횟수 69
현재 버전 0.1.5
최근 업데이트 2023-10-15
출시 날짜 2023-10-14
평점 5.00/5 총 1 개의 평점
개발자 benbrim4
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/29091f2b-fd43-45f6-8042-61fd3e114b8f
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fantasy Football Ticker: Yahoo, ESPN, Sleeper",
    "version": "0.1.5",
    "description": "An extension to overlay live score updates from all your fantasy teams on live streams and videos.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/tv.youtube.com\/*",
                "https:\/\/www.thestreameast.to\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.nfl.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.espn.com\/*"
            ],
            "js": [
                "startup.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.sleeper.com\/*",
                "https:\/\/sleeper.com\/*",
                "https:\/\/*.sleeper.app\/*"
            ],
            "js": [
                "sleeper.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ticker.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.espn.com\/*",
        "https:\/\/lm-api-reads.fantasy.espn.com\/*",
        "https:\/\/fan.api.espn.com\/*",
        "https:\/\/api.login.yahoo.com\/*",
        "https:\/\/fantasysports.yahooapis.com\/*",
        "https:\/\/sleeper.com\/graphql"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmWrcX7sqRypx2N6wjy3fxYoXsB3On7f+TJawagMk75HFwBL2NrRFmhmyWelBeBZI0wpucLZ1ZX3\/KKlvul9jMZGNI+xUC\/7q\/GPEhdEWRJgrS6NhthMD9zVlPX9NsadFJmuAuIYHThK4TtDegBWzabH7CMNDbDFhM3p8nxTk1298qHyUAostcM2xuqccSe6DBrdnKD1txRVxxnUFa58cjcckkpljmjA1bX5gj8A71RDs2jF7M2KfsWR7+Sr6pr5oEJ5wc8tVB0O9MA\/SQ84gvTutOEpaKyHKmZAjF4qEBZJ9sbL9Tv1dB3wSGLBDWReqvL0y4EkCMIlE9jbns2IMxQIDAQAB"
}