Save Post Photos as PDF/ZIP

Save Post Photos as PDF/ZIP

This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Save Post Photos as PDF/ZIP",
  "short_name": "Save Post Photos as PDF/ZIP",
  "description": "This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.",
  "version": "0.6.4",
  "action": {
    "default_icon": "assets/icon128.png"
  },
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "build/content.js"
      ]
    }
  ]
}