Photos Tagged

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

Τι είναι το Photos Tagged;

Το Photos Tagged είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ran Mariuma, και η κύρια λειτουργία του είναι "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Photos Tagged

Λήψη αρχείων επέκτασης Photos Tagged σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Photos Tagged Photos Tagged
ID ganlbkinkbapfndplimhpeajajmkbgno
Επίσημο URL https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno
Περιγραφή This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Μέγεθος Αρχείου 7.08 KB
Αριθμός Εγκαταστάσεων 668
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2017-10-10
Ημερομηνία Δημοσίευσης 2017-10-10
Αξιολόγηση 2.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Ran Mariuma
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/maryum375/Photos-tagged
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/maryum375/Photos-tagged
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}