match chatgpt.com
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user