Tagged Photo Exporter for Facebook

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

Cos'è Tagged Photo Exporter for Facebook?

Tagged Photo Exporter for Facebook è un'estensione di Chrome sviluppata da https://tjcx.me, e la sua funzione principale è "Export all Facebook photos that you (or your friends) are tagged in.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tagged Photo Exporter for Facebook

Scarica i file di estensione Tagged Photo Exporter for Facebook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tagged Photo Exporter for Facebook Tagged Photo Exporter for Facebook
ID cicalpgkgmacgnbnnkhdgpnicipnihgo
URL Ufficiale https://chromewebstore.google.com/detail/tagged-photo-exporter-for/cicalpgkgmacgnbnnkhdgpnicipnihgo
Descrizione Export all Facebook photos that you (or your friends) are tagged in.
Dimensione del File 5.28 MB
Conteggio Installazioni 3,768
Versione Corrente 0.2.27
Ultimo Aggiornamento 2024-02-26
Data di Pubblicazione 2021-02-11
Valutazione 4.42/5 Totale 105 Valutazioni
Sviluppatore https://tjcx.me
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://tjcx.me/tagged-photo-exporter-privacy-policy.html
Lingue Supportate 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\/"
    ]
}