Memreverr Firefox

Examine source code of Memreverr

Inspect and view changes in Memreverr source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Memreverr",
  "version": "1.0.3",
  "description": "AI Conversation Manager - Save and resume conversations across ChatGPT, Claude, and Gemini",
  "permissions": [
    "storage",
    "activeTab",
    "notifications",
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://*.openai.com/*",
    "https://gemini.google.com/*",
    "https://bard.google.com/*",
    "https://*.google.com/*",
    "https://*.anthropic.com/*",
    "https://claude.ai/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*",
        "https://*.openai.com/*",
        "https://gemini.google.com/*",
        "https://bard.google.com/*",
        "https://*.google.com/*",
        "https://*.anthropic.com/*",
        "https://claude.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "save_chat": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "Save current AI chat"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "memreverr@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_data": false,
        "data_categories": [],
        "record_type": "none"
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Memreverr Alternatives

Here are some Firefox add-ons that are similar to Memreverr: