Secure Flow Firefox

Examine source code of Secure Flow

제작자: Zeropoint Sec Add-on
Inspect and view changes in Secure Flow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Secure Flow",
  "version": "1.0.6",
  "description": "Prevent accidental sharing with AI chatbots. Blocks emails, phone numbers, addresses, and API keys.",
  "author": "ZeroPoint Sec",
  "homepage_url": "https://zeropointsec.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-data-guardian@example.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://chat.openai.com/*",
    "*://chatgpt.com/*",
    "*://claude.ai/*",
    "*://gemini.google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://chat.openai.com/*",
        "*://chatgpt.com/*",
        "*://claude.ai/*",
        "*://gemini.google.com/*"
      ],
      "js": [
        "utils/storage.js",
        "content/detector.js",
        "content/ui.js",
        "content/interceptor.js"
      ],
      "css": [
        "styles/alert.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Secure Flow - Protect Your Data"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "styles/alert.css",
        "icons/icon48.png"
      ],
      "matches": [
        "*://chat.openai.com/*",
        "*://chatgpt.com/*",
        "*://claude.ai/*",
        "*://gemini.google.com/*"
      ]
    }
  ]
}

최고의 Secure Flow 대안

다음은 Secure Flow과(와) 유사한 Firefox add-on입니다: