Blur History: Hide AI Chat Logs Firefox

Examine source code of Blur History: Hide AI Chat Logs

By: ddmt Add-on
Inspect and view changes in Blur History: Hide AI Chat Logs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "0.0.2",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "src/icon/logo_16.png",
    "32": "src/icon/logo_32.png",
    "64": "src/icon/logo_64.png",
    "128": "src/icon/logo_128.png",
    "256": "src/icon/logo_256.png",
    "512": "src/icon/logo_512.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "src/icon/logo_128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "blur-history@ddmt.top",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.grok.com/*",
        "https://chat.qwen.ai/*",
        "https://*.chatgpt.com/*",
        "https://*.gemini.google.com/*",
        "https://*.claude.ai/*",
        "https://*.perplexity.ai/*",
        "https://chat.deepseek.com/*",
        "https://*.kimi.com/*",
        "https://*.doubao.com/*",
        "https://*.yiyan.baidu.com/*",
        "https://*.qianwen.com/*",
        "https://*.chatglm.cn/*",
        "https://duck.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best Blur History: Hide AI Chat Logs Alternatives

Here are some Firefox add-ons that are similar to Blur History: Hide AI Chat Logs: