From 869c0371163d872da5c529fc699454cc5cd3606d Mon Sep 17 00:00:00 2001 From: ui-beam-9 Date: Wed, 23 Apr 2025 01:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UUID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3ff7963..90e2deb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 3, "name": "Cookie Extract", - "version": "1.1", + "version": "1.2", "description": "一个简单的 浏览器扩展 (支持 Firefox, Edge, Chrome),可以帮助你快速提取和复制当前标签页中的 SESSION cookie 以及响应头中的 Set-Cookie 值。", "permissions": [ - "cookies", + "cookies", "activeTab", "clipboardWrite", "scripting" @@ -27,7 +27,7 @@ }, "browser_specific_settings": { "gecko": { - "id": "pjbghgochhcefganlefmajbhmemcmhbc@ui-beam.com" + "id": "dbiikmjcpcpcbpfgancjieakhpnaijpc@ui-beam.com" } } } \ No newline at end of file