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 là gì?

Fake Image Alert for Craigslist là một tiện ích mở rộng Chrome được phát triển bởi berndverst, và tính năng chính của nó là "Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fake Image Alert for Craigslist

Tải xuống các tệp mở rộng Fake Image Alert for Craigslist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fake Image Alert for Craigslist Fake Image Alert for Craigslist
ID fgijkknnghdaljiilkiadcfhklneilmn
URL Chính Thức https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn
Mô tả Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.
Kích Thước Tệp 8.84 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2017-01-25
Ngày Phát Hành 2017-01-25
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển berndverst
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/berndverst/fakealert
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}