match chatgpt.com
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "ChatGPT Bulk Delete",
|
"name": "ChatGPT Bulk Delete",
|
||||||
"version": "5.6",
|
"version": "5.7",
|
||||||
"description": "A Chrome extension to bulk delete ChatGPT conversations",
|
"description": "A Chrome extension to bulk delete ChatGPT conversations",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icon48.png"
|
"48": "icon48.png"
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"matches": ["*://chat.openai.com/*"],
|
"matches": ["*://chat.openai.com/*", "*://chatgpt.com/*"],
|
||||||
"js": [
|
"js": [
|
||||||
"globals.js",
|
"globals.js",
|
||||||
"utils.js",
|
"utils.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user