From af435affbd841390967957fd872b901ffc5bb15a Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Mon, 13 Apr 2026 11:10:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=AE=8B=E7=95=99=E6=97=A0=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 28 +++++++++++++++++++++------ sidepanel/sidepanel.html | 2 +- sidepanel/sidepanel.js | 41 +++++++++++++++++++++++++++++++--------- 3 files changed, 55 insertions(+), 16 deletions(-) diff --git a/manifest.json b/manifest.json index 7d1898e..cfc31cc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "多页面自动化", - "version": "6.1.0", + "version": "6.4.0", "description": "用于自动执行多步骤 OAuth 注册流程", "permissions": [ "sidePanel", @@ -29,7 +29,11 @@ "https://auth.openai.com/*", "https://accounts.openai.com/*" ], - "js": ["content/activation-utils.js", "content/utils.js", "content/signup-page.js"], + "js": [ + "content/activation-utils.js", + "content/utils.js", + "content/signup-page.js" + ], "run_at": "document_idle" }, { @@ -37,7 +41,11 @@ "https://mail.qq.com/*", "https://wx.mail.qq.com/*" ], - "js": ["content/activation-utils.js", "content/utils.js", "content/qq-mail.js"], + "js": [ + "content/activation-utils.js", + "content/utils.js", + "content/qq-mail.js" + ], "all_frames": true, "run_at": "document_idle" }, @@ -47,7 +55,11 @@ "https://*.mail.163.com/*", "https://webmail.vip.163.com/*" ], - "js": ["content/activation-utils.js", "content/utils.js", "content/mail-163.js"], + "js": [ + "content/activation-utils.js", + "content/utils.js", + "content/mail-163.js" + ], "all_frames": true, "run_at": "document_idle" }, @@ -55,7 +67,11 @@ "matches": [ "https://duckduckgo.com/email/settings/autofill*" ], - "js": ["content/activation-utils.js", "content/utils.js", "content/duck-mail.js"], + "js": [ + "content/activation-utils.js", + "content/utils.js", + "content/duck-mail.js" + ], "run_at": "document_idle" } ], @@ -71,4 +87,4 @@ "48": "icons/icon48.png", "128": "icons/icon128.png" } -} +} \ No newline at end of file diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index af607f4..0672064 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -137,7 +137,7 @@ -
+
邮箱生成