YouTube PDF Maker Firefox

Examine source code of YouTube PDF Maker

By: Go789
Inspect and view changes in YouTube PDF Maker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube PDF Maker",
  "version": "1.1",
  "description": "YouTube PDF Maker is a YouTube PDF converter that captures specific scenes from YouTube videos and converts them to PDF.",
  "permissions": [
    "downloads",
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "jspdf.min.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "web_accessible_resources": [
    "jspdf.min.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5cfd24ef-085a-44dd-9e25-af3365db0941}"
    }
  }
}

Best YouTube PDF Maker Alternatives

Here are some Firefox add-ons that are similar to YouTube PDF Maker: