YouTube old Description Viewer Firefox

Examine source code of YouTube old Description Viewer

By: Tuteach Add-on
Inspect and view changes in YouTube old Description Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Archive Description Viewer",
  "version": "0.1.1",
  "description": "View old public YouTube video descriptions from Internet Archive Wayback snapshots.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://web.archive.org/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "action": {
    "default_title": "Archived description",
    "default_popup": "src/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://m.youtube.com/*",
        "https://youtube.com/*"
      ],
      "js": [
        "src/i18n.js",
        "src/cache.js",
        "src/wayback.js",
        "src/parser.js",
        "src/ui.js",
        "src/content.js"
      ],
      "css": [
        "src/styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{17149602-cbac-4a46-9799-7cf76ec69467}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    }
  }
}

Best YouTube old Description Viewer Alternatives

Here are some Firefox add-ons that are similar to YouTube old Description Viewer: