Photos Tagged

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

What is Photos Tagged?

Photos Tagged is a Chrome extension developed by Ran Mariuma, and its main feature is "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".

Extension Screenshots

screenshot

Download Photos Tagged Extension CRX File

Download Photos Tagged 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

                        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                    

Extension Basic Information

Name Photos Tagged Photos Tagged
ID ganlbkinkbapfndplimhpeajajmkbgno
Official URL 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
File Size 7.08 KB
Installation Count 668
Current Version 1.1.2
Last Updated 2017-10-10
Publish Date 2017-10-10
Rating 2.00/5 Total 4 Ratings
Developer Ran Mariuma
Payment Type free
Extension Website https://github.com/maryum375/Photos-tagged
Help Page URL https://github.com/maryum375/Photos-tagged
Supported Languages 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"
        }
    ]
}