Fake Image Alert for Craigslist
Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.
O que é Fake Image Alert for Craigslist?
Fake Image Alert for Craigslist é uma extensão do Chrome desenvolvida por berndverst, e sua principal característica é "Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fake Image Alert for Craigslist
Baixe arquivos de extensão Fake Image Alert for Craigslist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ![]() |
ID | fgijkknnghdaljiilkiadcfhklneilmn |
URL Oficial | https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn |
Descrição | Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery. |
Tamanho do Arquivo | 8.84 KB |
Contagem de Instalações | 43 |
Versão Atual | 0.3 |
Última Atualização | 2017-01-25 |
Data de Publicação | 2017-01-25 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | berndverst |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/berndverst/fakealert |
Idiomas Suportados | 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" ] } ] } |