ESPN Unspoiled

Hide scores and winners on the ESPN scoreboard

What is ESPN Unspoiled?

ESPN Unspoiled is a Chrome extension developed by pwgraham91, and its main feature is "Hide scores and winners on the ESPN scoreboard".

Extension Screenshots

screenshot

Download ESPN Unspoiled Extension CRX File

Download ESPN Unspoiled extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hide scores while on the scoreboard page on ESPN. Use this so you can check which teams played or will play soon without spoilers!                    

Extension Basic Information

Name ESPN Unspoiled ESPN Unspoiled
ID jpmkcgjkdbhenbpfddgljppngclfmomk
Official URL https://chromewebstore.google.com/detail/espn-unspoiled/jpmkcgjkdbhenbpfddgljppngclfmomk
Description Hide scores and winners on the ESPN scoreboard
File Size 8.96 KB
Installation Count 47
Current Version 1.1
Last Updated 2021-02-23
Publish Date 2020-01-04
Developer pwgraham91
Email [email protected]
Payment Type free
Extension Website https://github.com/pwgraham91/ESPN-Unspoiled
Help Page URL https://github.com/pwgraham91
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESPN Unspoiled",
    "version": "1.1",
    "description": "Hide scores and winners on the ESPN scoreboard",
    "browser_action": {
        "default_icon": {
            "128": "logo.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/www.espn.com\/soccer\/scoreboard\/*"
            ]
        }
    ]
}