Fake Image Alert for Craigslist

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

Co je Fake Image Alert for Craigslist?

Fake Image Alert for Craigslist je rozšíření Chrome vyvinuté berndverst, a jeho hlavní funkcí je „Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Fake Image Alert for Craigslist

Stáhněte si soubory rozšíření Fake Image Alert for Craigslist ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Fake Image Alert for Craigslist Fake Image Alert for Craigslist
ID fgijkknnghdaljiilkiadcfhklneilmn
Oficiální URL https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn
Popis Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.
Velikost souboru 8.84 KB
Počet instalací 43
Aktuální Verze 0.3
Poslední Aktualizace 2017-01-25
Datum Vydání 2017-01-25
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář berndverst
Typ Platby free
Webové stránky Rozšíření https://github.com/berndverst/fakealert
Podporované Jazyky 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"
            ]
        }
    ]
}