YT AI Summarizer Firefox

Examine source code of YT AI Summarizer

Inspect and view changes in YT AI Summarizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Analyze and summarize YT video transcriptions with AI",
  "manifest_version": 2,
  "name": "YT AI Analyzer",
  "version": "0.5.3.0",
  "icons": {
    "32": "icons/summarize-32.png",
    "48": "icons/summarize-48.png"
  },
  "permissions": [
    "*://poe.com/*",
    "*://youtube.com/*",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": "icons/summarize-32.png",
    "default_title": "Summarize"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.youtu.be/*"
      ],
      "js": [
        "js/purify.min.js",
        "js/content.js"
      ],
      "all_frames": false
    },
    {
      "matches": [
        "*://*.poe.com/*"
      ],
      "js": [
        "js/purify.min.js",
        "js/content2.js"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "js/content2.js",
    "js/content3.js",
    "js/contentpoe.js",
    "icons/summarize-32.png",
    "icons/summarize-48.png",
    "icons/summarize.gif",
    "icons/hg.jpeg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{84c58783-6db1-4922-8254-d5c6d523cad0}"
    }
  }
}

Best YT AI Summarizer Alternatives

Here are some Firefox add-ons that are similar to YT AI Summarizer: