Contents

← Back to Docs

123pan Plugin Setup Guide

The 123pan plugin parses share links from 123pan.com and its family of domains. Browsing shares needs no configuration; downloading requires a login token — the identity credential (JWT) issued after you sign in to the 123pan web app. It is stored locally only and never uploaded anywhere.

How to get it

  1. Open www.123pan.com in your browser (Chrome / Edge recommended) and sign in.
  2. Press F12 to open DevTools and switch to the Application tab ("Storage" in Firefox).
  3. Expand Local Storage on the left and select https://www.123pan.com.
  4. Find the entry named authorToken, click it and copy its value (alternatively, pick any request in the Network tab and copy the Authorization request header).
  5. Back in GDownload: Plugin Market → 123pan → Settings, paste the value into the "123pan Login Token" field and click Save (a leading Bearer prefix is fine — the plugin handles it).

FAQ

"login token required"

No token configured or it has expired — browsing needs no login, downloading does.

Download fails with 401 / auth error

The token was copied incompletely or has expired; sign in again and fetch it again.

It stops working after a while

123pan login sessions expire; just fetch the token again.

Security notes

This credential is equivalent to your login credentials — never share it with anyone or paste it into untrusted sites or tools.

GDownload stores and uses this value locally only; click Clear in the plugin settings to remove it at any time.