Video & Article AI Summary by Orfeev Firefox

Examine source code of Video & Article AI Summary by Orfeev

Inspect and view changes in Video & Article AI Summary by Orfeev source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Youtube & Article AI Summary by Orfeev",
  "version": "1.4",
  "description": "AI-powered summarization of web articles and YouTube videos",
  "icons": {
    "48": "icons/image_fx_ff.png",
    "96": "icons/image_fx_ff.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": "icons/image_fx_ff.png",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "lib/browser-polyfill.min.js",
      "lib/Readability.js",
      "lib/turndown.js",
      "lib/turndown-plugin-gfm.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "settings/settings.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-article-summary@orfeev.com",
      "strict_min_version": "109.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  }
}

Best Video & Article AI Summary by Orfeev Alternatives

Here are some Firefox add-ons that are similar to Video & Article AI Summary by Orfeev: