Photos Tagged
This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Co to jest Photos Tagged?
Photos Tagged to rozszerzenie Chrome opracowane przez Ran Mariuma, a jego główną funkcją jest „This extension will add a button on Facebook™ to show photos that the current profile was tagged in”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Photos Tagged
Pobierz pliki rozszerzeń Photos Tagged w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ganlbkinkbapfndplimhpeajajmkbgno |
Oficjalny URL | https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno |
Opis | This extension will add a button on Facebook™ to show photos that the current profile was tagged in |
Rozmiar pliku | 7.08 KB |
Liczba instalacji | 668 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2017-10-10 |
Data Publikacji | 2017-10-10 |
Ocena | 2.00/5 Łącznie 4 Oceny |
Deweloper | Ran Mariuma |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/maryum375/Photos-tagged |
Adres URL Strony Pomocy | https://github.com/maryum375/Photos-tagged |
Obsługiwane Języki | 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" } ] } |