jooooock / jsoncracker

Use the Pro Editor of JSON CRACK for FREE

Home Page:https://pro.jsoncrack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsoncracker

English / 简体中文

Use the Pro Editor of JSON CRACK for FREE.

Installation

Download the latest version of jsoncracker.zip from Release page and unzip it, then follow this tutorial to install.

Usage

After installation, enable the extension and then directly visit https://pro.jsoncrack.com/editor.

Customize account

If you want to customize the account displayed on the page, you can modify the overrides/refresh_token.json file under the decompression directory, as shown below:

{
  "access_token": "...",
  "refresh_token": "a fake refresh token",
  "expires_at": 0,
  "expires_in": "never",
  "user": {
    "user_metadata": {
      "name": "<USER NAME>",
      "avatar_url": "<USER AVATAR>"
    },
    "email": "<USER EMAIL>"
  },
  "__from__": "jsoncracker"
}

Disclaimer

This extension is for learning and research only and is not allowed to be used for commercial purposes.

About

Use the Pro Editor of JSON CRACK for FREE

https://pro.jsoncrack.com

License:MIT License


Languages

Language:JavaScript 100.0%