Photos Tagged
This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Was ist Photos Tagged?
Photos Tagged ist eine Chrome-Erweiterung, die von Ran Mariuma entwickelt wurde, und ihr Hauptmerkmal ist "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".
Erweiterungsscreenshots
Photos Tagged-Erweiterungs-CRX-Datei herunterladen
Laden Sie Photos Tagged-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ganlbkinkbapfndplimhpeajajmkbgno |
Offizielle URL | https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno |
Beschreibung | This extension will add a button on Facebook™ to show photos that the current profile was tagged in |
Dateigröße | 7.08 KB |
Installationsanzahl | 668 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2017-10-10 |
Veröffentlichungsdatum | 2017-10-10 |
Bewertung | 2.00/5 Insgesamt 4 Bewertungen |
Entwickler | Ran Mariuma |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/maryum375/Photos-tagged |
Hilfeseite URL | https://github.com/maryum375/Photos-tagged |
Unterstützte Sprachen | 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" } ] } |