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.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Fake Image Alert for Craigslist Fake Image Alert for Craigslist
ID fgijkknnghdaljiilkiadcfhklneilmn
官方網址 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"
            ]
        }
    ]
}