JWT Cookie Decoder

This extension can review cookies and decode jwt format cookies automatically

Was ist JWT Cookie Decoder?

JWT Cookie Decoder ist eine Chrome-Erweiterung, die von hrabizadeh entwickelt wurde, und ihr Hauptmerkmal ist "This extension can review cookies and decode jwt format cookies automatically".

Erweiterungsscreenshots

screenshot
screenshot

JWT Cookie Decoder-Erweiterungs-CRX-Datei herunterladen

Laden Sie JWT Cookie Decoder-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

                        JWT Cookie Decoder is a browser extension designed to automatically decoding of JWT (JSON Web Token) formated cookies, empowering developer to quickly check and review decoded JWT cookies.

New Feature (v1.3):

* Added support for dark mode.
* Keyboard Shortcuts:

- **Windows:** Press **Ctrl + Shift + J**.
- **Mac:** Press **Ctrl + Shift + J**.
- **Chrome OS:** Press **Ctrl + Shift + J**.
- **Linux:** Press **Ctrl + Shift + J**.

We value your feedback! Let us know what additional functionalities you would like to see, so we can continue enhancing this extension to meet your development needs.                    

Grundlegende Informationen zur Erweiterung

Name JWT Cookie Decoder JWT Cookie Decoder
ID fbdnmmifbmhmkcgfdpoiiikkaepafgnk
Offizielle URL https://chromewebstore.google.com/detail/jwt-cookie-decoder/fbdnmmifbmhmkcgfdpoiiikkaepafgnk
Beschreibung This extension can review cookies and decode jwt format cookies automatically
Dateigröße 88.31 KB
Installationsanzahl 272
Aktuelle Version 1.4
Letztes Update 2024-01-15
Veröffentlichungsdatum 2023-09-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler hrabizadeh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWT Cookie Decoder",
    "description": "This extension can review cookies and decode jwt format cookies automatically",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "src\/popup\/index.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+J",
                "mac": "MacCtrl+Shift+J",
                "chromeos": "Ctrl+Shift+J",
                "linux": "Ctrl+Shift+J"
            }
        }
    },
    "developer": {
        "name": "Hossein Rabizadeh"
    }
}