Who stole my pictures?

Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu

Τι είναι το Who stole my pictures?;

Το Who stole my pictures? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Wink, και η κύρια λειτουργία του είναι "Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Who stole my pictures?

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

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

                        You can use this add-on to search for your own photos used without your permission, or to search for copies of the images in the best quality or without watermarks.

Just click the right mouse button on any picture and choose "Search Image on Yandex" or "Search Image on Google"

Bonus: you can search images by selecting any text on web pages.
Free and fun. No advert, spam links and hidden bitcoin miners inside.                    

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

Όνομα Who stole my pictures? Who stole my pictures?
ID mcdbnfhkikiofkkicppioekloflmaibd
Επίσημο URL https://chrome.google.com/webstore/detail/who-stole-my-pictures/mcdbnfhkikiofkkicppioekloflmaibd
Περιγραφή Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu
Μέγεθος Αρχείου 178 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 0.65
Τελευταία Ενημέρωση 2020-02-15
Ημερομηνία Δημοσίευσης 2020-02-15
Αξιολόγηση 4.17/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Wink
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.65",
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "author": "Wink",
    "icons": {
        "16": "icons\/eye.png",
        "32": "icons\/logo.png",
        "48": "icons\/logo_48.png",
        "64": "icons\/logo_64.png",
        "128": "icons\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "chrome_style": false,
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "notifications"
    ]
}