Fast AI Summarizer - for sites, pages, gmail etc. Firefox

Examine source code of Fast AI Summarizer - for sites, pages, gmail etc.

Inspect and view changes in Fast AI Summarizer - for sites, pages, gmail etc. source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://summarizer.preditrix.ai",
  "default_locale": "en",
  "version": "1.2.1",
  "permissions": [
    "activeTab",
    "storage",
    "identity"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "https://accounts.google.com/*",
        "https://myaccount.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://*/*"
      ],
      "resources": [
        "images/*",
        "bg.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "FastAISummarizer@v1.2.1",
      "strict_min_version": "109.0"
    }
  }
}

Best Fast AI Summarizer - for sites, pages, gmail etc. Alternatives

Here are some Firefox add-ons that are similar to Fast AI Summarizer - for sites, pages, gmail etc.: