AI Folders Firefox

Examine source code of AI Folders

Inspect and view changes in AI Folders source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.5.1",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "contextMenus",
    "tabGroups",
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "lz-string.min.js",
      "utils.js",
      "site-config.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+1",
        "mac": "Command+Shift+1"
      }
    },
    "quick-save": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "Alt+Shift+S"
      },
      "description": "__MSG_cmdQuickSave__"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://gemini.google.com/*",
        "*://claude.ai/*",
        "*://chatgpt.com/*",
        "*://copilot.microsoft.com/*",
        "*://chat.deepseek.com/*",
        "*://grok.com/*",
        "*://*.grok.com/*",
        "*://perplexity.ai/*",
        "*://*.perplexity.ai/*"
      ],
      "js": [
        "lz-string.min.js",
        "prompt-trigger.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "*://gemini.google.com/*",
    "*://claude.ai/*",
    "*://chatgpt.com/*",
    "*://copilot.microsoft.com/*",
    "*://chat.deepseek.com/*",
    "*://grok.com/*",
    "*://*.grok.com/*",
    "*://perplexity.ai/*",
    "*://*.perplexity.ai/*"
  ],
  "optional_host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "aifolders@dlamarre-dev.github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AI Folders Alternatives

Here are some Firefox add-ons that are similar to AI Folders: