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.

Was ist Save Post Photos as PDF/ZIP?

Save Post Photos as PDF/ZIP ist eine Chrome-Erweiterung, die von Ahmed Sabry entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.".

Erweiterungsscreenshots

screenshot
screenshot

Save Post Photos as PDF/ZIP-Erweiterungs-CRX-Datei herunterladen

Laden Sie Save Post Photos as PDF/ZIP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Save Post Photos as PDF/ZIP Save Post Photos as PDF/ZIP
ID mfpaldbmnfggjkpiahfpibelabhejaji
Offizielle URL https://chromewebstore.google.com/detail/save-post-photos-as-pdfzi/mfpaldbmnfggjkpiahfpibelabhejaji
Beschreibung This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.
Dateigröße 699 KB
Installationsanzahl 98
Aktuelle Version 0.6.4
Letztes Update 2022-01-28
Veröffentlichungsdatum 2019-05-09
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Ahmed Sabry
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/abou7mied/save-fb-post-photos
Hilfeseite URL https://github.com/abou7mied/save-fb-post-photos/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}