Photos Tagged

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

Hvad er Photos Tagged?

Photos Tagged er en Chrome-udvidelse udviklet af Ran Mariuma, og dens hovedfunktion er "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".

Udvidelsesskærmbilleder

screenshot

Download Photos Tagged-udvidelses-CRX-fil

Download Photos Tagged-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Photos Tagged Photos Tagged
ID ganlbkinkbapfndplimhpeajajmkbgno
Officiel URL https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno
Beskrivelse This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Filstørrelse 7.08 KB
Antal Installationer 668
Nuværende Version 1.1.2
Senest Opdateret 2017-10-10
Udgivelsesdato 2017-10-10
Bedømmelse 2.00/5 Samlet 4 Bedømmelser
Udvikler Ran Mariuma
Betalingsmetode free
Udvidelseswebsted https://github.com/maryum375/Photos-tagged
Hjælpeside-URL https://github.com/maryum375/Photos-tagged
Understøttede Sprog 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"
        }
    ]
}