SuperAlign Browser Extension Firefox

Examine source code of SuperAlign Browser Extension

Par : 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"
    }
  ]
}

Meilleures alternatives SuperAlign Browser Extension

Voici quelques Firefox add-ons qui sont similaires à SuperAlign Browser Extension :