Fake Image Alert for Craigslist
Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.
Co to jest Fake Image Alert for Craigslist?
Fake Image Alert for Craigslist to rozszerzenie Chrome opracowane przez berndverst, a jego główną funkcją jest „Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fake Image Alert for Craigslist
Pobierz pliki rozszerzeń Fake Image Alert for Craigslist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | fgijkknnghdaljiilkiadcfhklneilmn |
Oficjalny URL | https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn |
Opis | Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery. |
Rozmiar pliku | 8.84 KB |
Liczba instalacji | 43 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2017-01-25 |
Data Publikacji | 2017-01-25 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | berndverst |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/berndverst/fakealert |
Obsługiwane Języki | 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" ] } ] } |