Photos Tagged
This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Wat is Photos Tagged?
Photos Tagged is een Chrome-extensie ontwikkeld door Ran Mariuma, en de belangrijkste functie is "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".
Extensie Screenshots
Download het CRX-bestand van de extensie Photos Tagged
Download Photos Tagged-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ganlbkinkbapfndplimhpeajajmkbgno |
| Officiële URL | https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno |
| Beschrijving | This extension will add a button on Facebook™ to show photos that the current profile was tagged in |
| Bestandsgrootte | 7.08 KB |
| Aantal Installaties | 668 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2017-10-10 |
| Publicatiedatum | 2017-10-10 |
| Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Ran Mariuma |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/maryum375/Photos-tagged |
| Help Pagina-URL | https://github.com/maryum375/Photos-tagged |
| Ondersteunde Talen | 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"
}
]
} | |