Recall Engine

Recall Engine

The Recall Engine displays the metadata of all videos in a public YouTube playlist given its URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Recall Engine",
  "description": "The Recall Engine displays the metadata of all videos in a public YouTube playlist given its URL.",
  "version": "1.0.0",
  "author": "Narendra Prasath",
  "icons": {
    "16": "images/ReEng-16.png",
    "48": "images/ReEng-48.png",
    "128": "images/ReEng-128.png"
  },
  "action": {
    "default_icon": "images/ReEngVV-16.png",
    "default_title": "Recall Engine",
    "default_popup": "popup.html",
    "css": "popup.css"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}