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.
What is Save Post Photos as PDF/ZIP?
Save Post Photos as PDF/ZIP is a Chrome extension developed by Ahmed Sabry, and its main feature is "This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.".
Extension Screenshots
Download Save Post Photos as PDF/ZIP Extension CRX File
Download Save Post Photos as PDF/ZIP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Features - Drag and drop to order the photos - Rotate - Add the caption and the link of the post - Save as PDF or ZIP You can download only the photos that have "Download" button enabled. Please note THIS IS NOT an official extension and IT IS NOT provided by Facebook.
Extension Basic Information
Name | Save Post Photos as PDF/ZIP |
ID | mfpaldbmnfggjkpiahfpibelabhejaji |
Official URL | https://chromewebstore.google.com/detail/save-post-photos-as-pdfzi/mfpaldbmnfggjkpiahfpibelabhejaji |
Description | This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file. |
File Size | 699 KB |
Installation Count | 98 |
Current Version | 0.6.4 |
Last Updated | 2022-01-28 |
Publish Date | 2019-05-09 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Ahmed Sabry |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/abou7mied/save-fb-post-photos |
Help Page URL | https://github.com/abou7mied/save-fb-post-photos/issues |
Supported Languages | en |
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" ] } ] } |