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.

Qu'est-ce que Save Post Photos as PDF/ZIP ?

Save Post Photos as PDF/ZIP est une extension Chrome développée par Ahmed Sabry, et sa fonction principale est "This extension allows you to save the photos of a facebook post with their high quality as a PDF or a zip file.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Save Post Photos as PDF/ZIP

Téléchargez les fichiers d'extension Save Post Photos as PDF/ZIP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Save Post Photos as PDF/ZIP Save Post Photos as PDF/ZIP
ID mfpaldbmnfggjkpiahfpibelabhejaji
URL Officiel 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.
Taille du Fichier 699 KB
Nombre d'Installations 98
Version Actuelle 0.6.4
Dernière Mise à Jour 2022-01-28
Date de Publication 2019-05-09
Évaluation 5.00/5 Total 6 Évaluations
Développeur Ahmed Sabry
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/abou7mied/save-fb-post-photos
URL de la Page d'Aide https://github.com/abou7mied/save-fb-post-photos/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}