Fake Image Alert for Craigslist
Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.
Apa itu Fake Image Alert for Craigslist?
Fake Image Alert for Craigslist adalah ekstensi Chrome yang dikembangkan oleh berndverst, dan fitur utamanya adalah "Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fake Image Alert for Craigslist
Unduh file ekstensi Fake Image Alert for Craigslist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ![]() |
ID | fgijkknnghdaljiilkiadcfhklneilmn |
URL Resmi | https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn |
Deskripsi | Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery. |
Ukuran File | 8.84 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2017-01-25 |
Tanggal Publikasi | 2017-01-25 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | berndverst |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/berndverst/fakealert |
Bahasa yang Didukung | 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" ] } ] } |