Summax AI Firefox

Examine source code of Summax AI

Inspect and view changes in Summax AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Summax AI: Summarize Netflix movies/shows",
  "version": "1.5",
  "description": "Summarize movies/shows up to current playback time. This extension offers optional paid plans for extended features.",
  "permissions": [
    "scripting",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://api.perplexity.ai/*",
    "http://localhost:3000/*",
    "https://www.bitsoclock.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "assets/summaxIcon.png",
    "48": "assets/summaxIcon.png",
    "128": "assets/summaxIcon.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject.js",
        "config.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "summaxai@bitsoclock.com",
      "strict_min_version": "121.0"
    }
  }
}

Meilleures alternatives Summax AI

Voici quelques Firefox add-ons qui sont similaires à Summax AI :