Fake Image Alert for Craigslist
Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.
Qu'est-ce que Fake Image Alert for Craigslist ?
Fake Image Alert for Craigslist est une extension Chrome développée par berndverst, et sa fonction principale est "Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fake Image Alert for Craigslist
Téléchargez les fichiers d'extension Fake Image Alert for Craigslist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ![]() |
ID | fgijkknnghdaljiilkiadcfhklneilmn |
URL Officiel | https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn |
Description | Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery. |
Taille du Fichier | 8.84 KB |
Nombre d'Installations | 43 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2017-01-25 |
Date de Publication | 2017-01-25 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | berndverst |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/berndverst/fakealert |
Langues Prises en Charge | 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" ] } ] } |