tl;dr Firefox

Examine source code of tl;dr

Inspect and view changes in tl;dr source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "tl;dr",
  "version": "2.5",
  "description": "summarize any text using ai",
  "author": "Shadi Kabajah",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon128.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "icons/icon128.png"
    },
    "default_title": "tl;dr"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "options.html",
    "sidebar.js",
    "sidebar.css",
    "icons/icon128.png",
    "icons/icon128-dark.png",
    "fonts/*.woff2"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "skim-it@skabajah",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "58.0"
    }
  }
}

Best tl;dr Alternatives

Here are some Firefox add-ons that are similar to tl;dr: