JWT Cookie Decoder Firefox

Examine source code of JWT Cookie Decoder

제작자: Hossein Rabizadeh Add-on
Inspect and view changes in JWT Cookie Decoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "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": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "info@smartsync.pro",
      "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"
  }
}

최고의 JWT Cookie Decoder 대안

다음은 JWT Cookie Decoder과(와) 유사한 Firefox add-on입니다: