Fake Image Alert for Craigslist
Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.
What is Fake Image Alert for Craigslist?
Fake Image Alert for Craigslist is a Chrome extension developed by berndverst, and its main feature is "Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.".
Extension Screenshots
Download Fake Image Alert for Craigslist Extension CRX File
Download Fake Image Alert for Craigslist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | fgijkknnghdaljiilkiadcfhklneilmn |
Official URL | https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn |
Description | Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery. |
File Size | 8.84 KB |
Installation Count | 43 |
Current Version | 0.3 |
Last Updated | 2017-01-25 |
Publish Date | 2017-01-25 |
Rating | 1.00/5 Total 1 Ratings |
Developer | berndverst |
Payment Type | free |
Extension Website | https://github.com/berndverst/fakealert |
Supported Languages | 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" ] } ] } |