Tagged Photo Exporter for Facebook

Export all Facebook photos that you (or your friends) are tagged in.

Qu'est-ce que Tagged Photo Exporter for Facebook ?

Tagged Photo Exporter for Facebook est une extension Chrome développée par https://tjcx.me, et sa fonction principale est "Export all Facebook photos that you (or your friends) are tagged in.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tagged Photo Exporter for Facebook

Téléchargez les fichiers d'extension Tagged Photo Exporter for Facebook 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

                        The Tagged Photo Exporter allows you to bulk-download all photos from a single Facebook collection. You can use it to download all the photos you're tagged in, all photos your friends are tagged in, or all photos uploaded by a particular Facebook user.                    

Informations de Base sur l'Extension

Nom Tagged Photo Exporter for Facebook Tagged Photo Exporter for Facebook
ID cicalpgkgmacgnbnnkhdgpnicipnihgo
URL Officiel https://chromewebstore.google.com/detail/tagged-photo-exporter-for/cicalpgkgmacgnbnnkhdgpnicipnihgo
Description Export all Facebook photos that you (or your friends) are tagged in.
Taille du Fichier 5.28 MB
Nombre d'Installations 3,768
Version Actuelle 0.2.27
Dernière Mise à Jour 2024-02-26
Date de Publication 2021-02-11
Évaluation 4.42/5 Total 105 Évaluations
Développeur https://tjcx.me
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://tjcx.me/tagged-photo-exporter-privacy-policy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagged Photo Exporter for Facebook",
    "description": "Export all Facebook photos that you (or your friends) are tagged in.",
    "version": "0.2.27",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmWB8o84KDbMDyBzy7hjeyctHFfRaMOo2TdOSZOs0sX2PeKSnt+cqnJXMDQCoqPxGISrNLMoFbg7mcAka\/CcNPdy\/\/kLjEn5A082CEko4NFg71RdIppVIhsf8P1EkrMQcHBEd2hHIZFxj2\/7\/Wd+OGyT5cnVuZU0ClvUFtsqO\/xeVPZWV0Pd49L77devFk1rp9cbslY2Q9SwiHi7EewAqXkxh0x3J2\/4zRkLlGSi9PAMwiJRUWRT5QsDaFNubOU7xsrLzlD1tGcxIgmrmmEsjitYVSicyXkc5z+kARsEBxtAj+MrPp\/n0jqqvnFm\/lDQQ9bJR0qxckJaL\/BZyepn2NQIDAQAB",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "https:\/\/fte.tjcx.me\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.facebook.com\/",
        "https:\/\/fte.tjcx.me\/"
    ]
}