Photos Tagged

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

Apa itu Photos Tagged?

Photos Tagged adalah ekstensi Chrome yang dikembangkan oleh Ran Mariuma, dan fitur utamanya adalah "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Photos Tagged

Unduh file ekstensi Photos Tagged dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Photos Tagged Photos Tagged
ID ganlbkinkbapfndplimhpeajajmkbgno
URL Resmi https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno
Deskripsi This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Ukuran File 7.08 KB
Jumlah Instalasi 668
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2017-10-10
Tanggal Publikasi 2017-10-10
Penilaian 2.00/5 Total 4 Penilaian
Pengembang Ran Mariuma
Tipe Pembayaran free
Situs Ekstensi https://github.com/maryum375/Photos-tagged
URL Halaman Bantuan https://github.com/maryum375/Photos-tagged
Bahasa yang Didukung 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"
        }
    ]
}