Photos Tagged

This extension will add a button on Facebook™ to show photos that the current profile was tagged in

Cos'è Photos Tagged?

Photos Tagged è un'estensione di Chrome sviluppata da Ran Mariuma, e la sua funzione principale è "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Photos Tagged

Scarica i file di estensione Photos Tagged 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

                        This extension helps you find photos in Facebook™ of people by observing their friends' photos they were tagged in. Easily and free, just install the extension and click the new button on Facebook™ profile page, under photos ('Photos Tagged').

This is an open source extension and the source code is hosted in github:
https://github.com/maryum375/Photos-tagged                    

Informazioni di Base sull'Estensione

Nome Photos Tagged Photos Tagged
ID ganlbkinkbapfndplimhpeajajmkbgno
URL Ufficiale https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno
Descrizione This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Dimensione del File 7.08 KB
Conteggio Installazioni 668
Versione Corrente 1.1.2
Ultimo Aggiornamento 2017-10-10
Data di Pubblicazione 2017-10-10
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore Ran Mariuma
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/maryum375/Photos-tagged
URL della Pagina di Aiuto https://github.com/maryum375/Photos-tagged
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Photos Tagged",
    "short_name": "Photos Tagged",
    "description": "This extension will add a button on Facebook\u2122 to show photos that the current profile was tagged in",
    "version": "1.1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "addphotosofbutton.js"
            ],
            "run_at": "document_start"
        }
    ]
}