Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "manifest_version": 3,
- "name": "Auto ChatGPT Dual-Prompt",
- "version": "1.3",
- "description": "Automatically runs two prompts on ChatGPT/chatgpt.com in any tab.",
- "permissions": ["scripting","activeTab"],
- "host_permissions": [
- "https://*.openai.com/*",
- "https://chatgpt.com/*",
- "https://*.chatgpt.com/*"
- ],
- "content_scripts": [
- {
- "matches": [
- "https://*.openai.com/*",
- "https://chatgpt.com/*",
- "https://*.chatgpt.com/*"
- ],
- "js": ["content.js"],
- "run_at": "document_idle"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment