Photos Tagged

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

Qu'est-ce que Photos Tagged ?

Photos Tagged est une extension Chrome développée par Ran Mariuma, et sa fonction principale est "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Photos Tagged

Téléchargez les fichiers d'extension Photos Tagged 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

                        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                    

Informations de Base sur l'Extension

Nom Photos Tagged Photos Tagged
ID ganlbkinkbapfndplimhpeajajmkbgno
URL Officiel https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno
Description This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Taille du Fichier 7.08 KB
Nombre d'Installations 668
Version Actuelle 1.1.2
Dernière Mise à Jour 2017-10-10
Date de Publication 2017-10-10
Évaluation 2.00/5 Total 4 Évaluations
Développeur Ran Mariuma
Type de Paiement free
Site Web de l'Extension https://github.com/maryum375/Photos-tagged
URL de la Page d'Aide https://github.com/maryum375/Photos-tagged
Langues Prises en Charge 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"
        }
    ]
}