match chatgpt.com

This commit is contained in:
qcrao
2024-11-19 12:43:40 +08:00
parent 1e63a7c230
commit 4c195b945b

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "ChatGPT Bulk Delete",
"version": "5.6",
"version": "5.7",
"description": "A Chrome extension to bulk delete ChatGPT conversations",
"icons": {
"48": "icon48.png"
@@ -18,7 +18,7 @@
},
"content_scripts": [
{
"matches": ["*://chat.openai.com/*"],
"matches": ["*://chat.openai.com/*", "*://chatgpt.com/*"],
"js": [
"globals.js",
"utils.js",