add delete conversations monitor

This commit is contained in:
qcrao
2024-07-11 13:26:08 +08:00
parent 96dd85edf5
commit 3feea445c1
5 changed files with 92 additions and 30 deletions

View File

@@ -13,6 +13,9 @@
},
"permissions": ["scripting", "activeTab", "identity", "identity.email"],
"host_permissions": ["https://bulk-delete-chatgpt-worker.qcrao.com/*"],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": ["*://chat.openai.com/*"],