chore: extensions

This commit is contained in:
lencx
2024-02-10 22:39:15 +08:00
parent 2d0f56a434
commit e4d4f3ed72
9 changed files with 29 additions and 8 deletions

View File

@@ -6,7 +6,9 @@
"description": "The best assistant for batch asking and quick typing of prompts.",
"content_scripts": [
{
"matches": [],
"matches": [
"https://example.com/*"
],
"js": ["main.js"],
"run_at": "document_end",
"world": "MAIN"