Tagged Photo Exporter for Facebook

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

Was ist Tagged Photo Exporter for Facebook?

Tagged Photo Exporter for Facebook ist eine Chrome-Erweiterung, die von https://tjcx.me entwickelt wurde, und ihr Hauptmerkmal ist "Export all Facebook photos that you (or your friends) are tagged in.".

Erweiterungsscreenshots

screenshot
screenshot

Tagged Photo Exporter for Facebook-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tagged Photo Exporter for Facebook-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tagged Photo Exporter for Facebook Tagged Photo Exporter for Facebook
ID cicalpgkgmacgnbnnkhdgpnicipnihgo
Offizielle URL https://chromewebstore.google.com/detail/tagged-photo-exporter-for/cicalpgkgmacgnbnnkhdgpnicipnihgo
Beschreibung Export all Facebook photos that you (or your friends) are tagged in.
Dateigröße 5.28 MB
Installationsanzahl 3,768
Aktuelle Version 0.2.27
Letztes Update 2024-02-26
Veröffentlichungsdatum 2021-02-11
Bewertung 4.42/5 Insgesamt 105 Bewertungen
Entwickler https://tjcx.me
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://tjcx.me/tagged-photo-exporter-privacy-policy.html
Unterstützte Sprachen 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\/"
    ]
}