ESPN Unspoiled
Hide scores and winners on the ESPN scoreboard
Wat is ESPN Unspoiled?
ESPN Unspoiled is een Chrome-extensie ontwikkeld door pwgraham91, en de belangrijkste functie is "Hide scores and winners on the ESPN scoreboard".
Extensie Screenshots
Download het CRX-bestand van de extensie ESPN Unspoiled
Download ESPN Unspoiled-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hide scores while on the scoreboard page on ESPN. Use this so you can check which teams played or will play soon without spoilers!
Basisinformatie over de Extensie
Naam | ESPN Unspoiled |
ID | jpmkcgjkdbhenbpfddgljppngclfmomk |
Officiële URL | https://chromewebstore.google.com/detail/espn-unspoiled/jpmkcgjkdbhenbpfddgljppngclfmomk |
Beschrijving | Hide scores and winners on the ESPN scoreboard |
Bestandsgrootte | 8.96 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-02-23 |
Publicatiedatum | 2020-01-04 |
Ontwikkelaar | pwgraham91 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/pwgraham91/ESPN-Unspoiled |
Help Pagina-URL | https://github.com/pwgraham91 |
Ondersteunde Talen | 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\/*" ] } ] } |