ESPN Cookie Finder

Find the ESPN cookies you need to authenticate your private fantasy sports leagues.

Was ist ESPN Cookie Finder?

ESPN Cookie Finder ist eine Chrome-Erweiterung, die von Hashtag Fantasy Sports entwickelt wurde, und ihr Hauptmerkmal ist "Find the ESPN cookies you need to authenticate your private fantasy sports leagues.".

Erweiterungsscreenshots

screenshot

ESPN Cookie Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie ESPN Cookie Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use this extension to find the ESPN_S2 and SWID cookie values of your ESPN fantasy sports account to authenticate your private fantasy sports leagues.                    

Grundlegende Informationen zur Erweiterung

Name ESPN Cookie Finder ESPN Cookie Finder
ID oapfffhnckhffnpiophbcmjnpomjkfcj
Offizielle URL https://chromewebstore.google.com/detail/espn-cookie-finder/oapfffhnckhffnpiophbcmjnpomjkfcj
Beschreibung Find the ESPN cookies you need to authenticate your private fantasy sports leagues.
Dateigröße 8.42 KB
Installationsanzahl 2,714
Aktuelle Version 1.1
Letztes Update 2021-11-02
Veröffentlichungsdatum 2021-11-01
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Hashtag Fantasy Sports
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hashtagfs.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESPN Cookie Finder",
    "description": "Find the ESPN cookies you need to authenticate your private fantasy sports leagues.",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "espn.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.espn.com\/*"
    ]
}