Notion AI Auto Continue Firefox

Examine source code of Notion AI Auto Continue

By: Camrone
Inspect and view changes in Notion AI Auto Continue source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Notion AI Auto Continue",
  "description": "Automatically clicks Notion AI MCP Continue confirmations with narrow, configurable safeguards.",
  "version": "1.0.0",
  "permissions": [
    "storage",
    "https://app.notion.com/*",
    "https://www.notion.so/*",
    "https://notion.so/*",
    "https://aif.notion.so/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://app.notion.com/*",
        "https://www.notion.so/*",
        "https://notion.so/*",
        "https://aif.notion.so/*"
      ],
      "js": [
        "src/shared.js",
        "src/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "Notion AI Auto Continue",
    "default_popup": "src/popup.html"
  },
  "options_ui": {
    "page": "src/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "notion-ai-auto-continue-camrone-20260617@camron.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Notion AI Auto Continue Alternatives

Here are some Firefox add-ons that are similar to Notion AI Auto Continue: