Who stole my pictures?

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

Cos'è Who stole my pictures??

Who stole my pictures? è un'estensione di Chrome sviluppata da Wink, e la sua funzione principale è "Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Who stole my pictures?

Scarica i file di estensione Who stole my pictures? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Who stole my pictures? Who stole my pictures?
ID mcdbnfhkikiofkkicppioekloflmaibd
URL Ufficiale https://chrome.google.com/webstore/detail/who-stole-my-pictures/mcdbnfhkikiofkkicppioekloflmaibd
Descrizione Search image copies on Yandex.ru, Google.com, Bing.com and Tineye.com via right click menu
Dimensione del File 178 KB
Conteggio Installazioni 3,000
Versione Corrente 0.65
Ultimo Aggiornamento 2020-02-15
Data di Pubblicazione 2020-02-15
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore Wink
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}