使用 token 登录 Claude
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_popup": "popup.html"
},
"description": "使用 token 登录 Claude",
"host_permissions": [
"*://*.claude.ai/*"
],
"manifest_version": 3,
"name": "ClaudeToken",
"permissions": [
"cookies"
],
"version": "1.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}