Fake Image Alert for Craigslist
Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.
什么是Fake Image Alert for Craigslist?
Fake Image Alert for Craigslist是由berndverst开发的Chrome扩展程序,该扩展的主要功能是“Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.”。
扩展截图
下载Fake Image Alert for Craigslist扩展crx文件
下载Fake Image Alert for Craigslist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ![]() |
ID | fgijkknnghdaljiilkiadcfhklneilmn |
官方URL | https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn |
简介 | Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery. |
文件大小 | 8.84 KB |
安装次数 | 43 |
当前版本 | 0.3 |
更新时间 | 2017-01-25 |
上架时间 | 2017-01-25 |
评分 | 1.00/5 共1次评分 |
开发者 | berndverst |
付费类型 | free |
扩展官网 | https://github.com/berndverst/fakealert |
支持的语言 | 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" ] } ] } |