SuperAlign Browser Extension Firefox

Examine source code of SuperAlign Browser Extension

제작자: SuperAlign Add-on
Inspect and view changes in SuperAlign Browser Extension source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SuperAlign Browser Extension v1",
  "description": "Captures AI prompts to known web tools and forwards to the SuperAlign scanner.",
  "version": "0.1.4",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "http://127.0.0.1:57343/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "internalsaas@superalign.ai",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "personallyIdentifyingInfo"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "SuperAlign",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.chatgpt.com/*",
        "https://*.claude.ai/*",
        "https://*.gemini.google.com/*",
        "https://*.perplexity.ai/*"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "js": [
        "content-scripts/bridge.js"
      ]
    },
    {
      "matches": [
        "https://*.chatgpt.com/*",
        "https://*.claude.ai/*",
        "https://*.gemini.google.com/*",
        "https://*.perplexity.ai/*"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ],
      "world": "MAIN"
    }
  ]
}

최고의 SuperAlign Browser Extension 대안

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