Fake Image Alert for Craigslist

Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.

Cos'è Fake Image Alert for Craigslist?

Fake Image Alert for Craigslist è un'estensione di Chrome sviluppata da berndverst, e la sua funzione principale è "Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fake Image Alert for Craigslist

Scarica i file di estensione Fake Image Alert for Craigslist 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

                        Fake Image Alert for Craigslist is an extension that will indicate whether a given image can be found elsewhere on the internet. If so, you can with one click open the Google Image Search to discover where the image is being used.

This is helpful for avoiding fraud, scams and trickery when using Craigslist.

Source code at: https://github.com/berndverst/fakealert                    

Informazioni di Base sull'Estensione

Nome Fake Image Alert for Craigslist Fake Image Alert for Craigslist
ID fgijkknnghdaljiilkiadcfhklneilmn
URL Ufficiale https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn
Descrizione Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.
Dimensione del File 8.84 KB
Conteggio Installazioni 43
Versione Corrente 0.3
Ultimo Aggiornamento 2017-01-25
Data di Pubblicazione 2017-01-25
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore berndverst
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/berndverst/fakealert
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake Image Alert for Craigslist",
    "description": "Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.",
    "manifest_version": 2,
    "version": "0.3",
    "author": "Bernd Verst (@berndverst)",
    "permissions": [
        "https:\/\/images.google.com\/*",
        "https:\/\/www.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.craigslist.org\/*",
                "http:\/\/*.craigslist.org\/*"
            ],
            "js": [
                "imagechecker.js"
            ]
        }
    ]
}