Secto Firefox

Examine source code of Secto

제작자: Secto Add-on
Inspect and view changes in Secto source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Secto",
  "description": "Secto is a browser extension that protects you from advanced phishing attacks.",
  "version": "2.0.4",
  "icons": {
    "16": "icon/16.png",
    "24": "icon/24.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon/16.png",
      "24": "icon/24.png",
      "32": "icon/32.png"
    },
    "default_title": "Secto AI",
    "default_popup": "popup.html"
  },
  "permissions": [
    "scripting",
    "storage",
    "tabs",
    "cookies",
    "alarms",
    "history",
    "unlimitedStorage",
    "downloads",
    "management",
    "identity",
    "declarativeNetRequest",
    "webNavigation",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.adobe.com/*",
      "https://*.app.gong.io/*",
      "https://*.autoenrolment.co.uk/*",
      "https://*.azuredatabricks.net/*",
      "https://*.docker.com/*",
      "https://*.kudoboard.com/*",
      "https://*.newrelic.com/*",
      "https://*.pagerduty.com/*",
      "https://*.productboard.com/*",
      "https://*.screenconnect.com/*",
      "https://*.sharepoint.com/*",
      "https://*.splunkcloud.com/*",
      "https://*.visualstudio.com/*",
      "https://ads.google.com/*",
      "https://analytics.google.com/*",
      "https://app.hex.tech/*",
      "https://app.powerbi.com/*",
      "https://app.productplan.com/*",
      "https://appcenter.ms/*",
      "https://chatgpt.com/*",
      "https://console.cloud.google.com/*",
      "https://forms.cloud.microsoft/*",
      "https://gemini.google.com/*",
      "https://global.gototraining.com/*",
      "https://m365.cloud.microsoft/*",
      "https://mail.yahoo.com/*",
      "https://marketplace.visualstudio.com/*",
      "https://notebooklm.google.com/*",
      "https://outlook.office.com/*",
      "https://passwords.google.com/*",
      "https://payroll.sageone.com/*",
      "https://security.microsoft.com/*",
      "https://tagmanager.google.com/*",
      "https://teams.microsoft.com/*",
      "https://techcommunity.microsoft.com/*",
      "https://www.googlecloudcommunity.com/*",
      "https://www.loom.com/*",
      "https://www.microsoft365.com/*",
      "https://www.perplexity.ai/*",
      "https://workapps.smartsheet.com/*",
      "https://workapps.smartsheet.eu/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "phishing-tools-block.html",
        "malicious-copy-paste-block.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "secto-browser-extension@secto.io",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "authenticationInfo",
          "browsingActivity",
          "websiteContent",
          "websiteActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://grok.com/*",
        "https://ai.zoom.us/*",
        "https://aistudio.google.com/prompts/*",
        "https://api.manus.im/*",
        "https://api.together.ai/playground/v2/chat/*",
        "https://app.hubspot.com/*",
        "https://app.txyz.ai/*",
        "https://chat.baidu.com/*",
        "https://chat.cerebras.ai/*",
        "https://chat.chatbot.app/*",
        "https://chat.deepseek.com/*",
        "https://chat.mistral.ai/*",
        "https://chat.qwen.ai/*",
        "https://chat.z.ai/*",
        "https://chatbot.app/*",
        "https://chatgpt.com/*",
        "https://claude.ai/*",
        "https://console.groq.com/*",
        "https://copilot.cloud.microsoft/*",
        "https://copilot.microsoft.com/chats/*",
        "https://dashboard.cohere.com/playground/*",
        "https://ernie.baidu.com/*",
        "https://gamma.app/*",
        "https://gemini.google.com/*",
        "https://genspark.ai/*",
        "https://github.com/spark/*",
        "https://groq.com/*",
        "https://huggingface.co/chat/*",
        "https://inference.cerebras.ai/*",
        "https://julius.ai/*",
        "https://k2think.ai/*",
        "https://kimi.com/*",
        "https://kimi.moonshot.cn/*",
        "https://m365.cloud.microsoft/chat/*",
        "https://manus.im/*",
        "https://manus.im/app/*",
        "https://mistral.ai/*",
        "https://nova.amazon.com/*",
        "https://playground.liquid.ai/*",
        "https://poe.com/*",
        "https://qwen.ai/*",
        "https://v0.app/*",
        "https://v0.dev/*",
        "https://venice.ai/*",
        "https://www.blackbox.ai/*",
        "https://www.genspark.ai/*",
        "https://www.k2think.ai/*",
        "https://www.kimi.com/*",
        "https://www.meta.ai/*",
        "https://www.notion.so/ai/*",
        "https://www.notion.so/chat/*",
        "https://www.perplexity.ai/*",
        "https://www.phind.com/*",
        "https://www.poe.com/*",
        "https://www.ravenala.ai/*",
        "https://x.ai/*"
      ],
      "all_frames": false,
      "run_at": "document_start",
      "js": [
        "content-scripts/ai-data-protection.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/detectmaliciouscopypastedetection.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/maliciouscopypastebridge.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/timelinetracing.js"
      ]
    }
  ]
}

최고의 Secto 대안

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