Tagged Photo Exporter for Facebook

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

What is Tagged Photo Exporter for Facebook?

Tagged Photo Exporter for Facebook is a Chrome extension developed by https://tjcx.me, and its main feature is "Export all Facebook photos that you (or your friends) are tagged in.".

Extension Screenshots

screenshot
screenshot

Download Tagged Photo Exporter for Facebook Extension CRX File

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

                        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.                    

Extension Basic Information

Name Tagged Photo Exporter for Facebook Tagged Photo Exporter for Facebook
ID cicalpgkgmacgnbnnkhdgpnicipnihgo
Official URL https://chromewebstore.google.com/detail/tagged-photo-exporter-for/cicalpgkgmacgnbnnkhdgpnicipnihgo
Description Export all Facebook photos that you (or your friends) are tagged in.
File Size 5.28 MB
Installation Count 3,768
Current Version 0.2.27
Last Updated 2024-02-26
Publish Date 2021-02-11
Rating 4.42/5 Total 105 Ratings
Developer https://tjcx.me
Email [email protected]
Payment Type free
Privacy Policy Page URL https://tjcx.me/tagged-photo-exporter-privacy-policy.html
Supported Languages 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\/"
    ]
}