YouTube AI Transcriber Firefox

Examine source code of YouTube AI Transcriber

Inspect and view changes in YouTube AI Transcriber source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": {
      "48": "images/icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "contentscript/yt_ai_summary.css",
        "contentscript/yt_ai_summary_summarizing_btn.css"
      ],
      "js": [
        "contentscript/index.bundle.js"
      ],
      "matches": [
        "https://www.youtube.com/*",
        "https://chatgpt.com/*"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "contentscript/content.bundle.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "default_locale": "en",
  "icons": {
    "48": "images/icon.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_shortDesc__",
  "version": "1.1.7",
  "browser_specific_settings": {
    "gecko": {
      "id": "108f013c-4bcd-41ad-adea-89d2c4174856@transcriber",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}

Best YouTube AI Transcriber Alternatives

Here are some Firefox add-ons that are similar to YouTube AI Transcriber: