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؟
Fake Image Alert for Craigslist هو إضافة Chrome تم تطويرها بواسطة berndverst، والميزة الرئيسية لها هي "Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fake Image Alert for Craigslist
قم بتنزيل ملفات الامتداد Fake Image Alert for Craigslist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | fgijkknnghdaljiilkiadcfhklneilmn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fake-image-alert-for-crai/fgijkknnghdaljiilkiadcfhklneilmn |
الوصف | Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery. |
حجم الملف | 8.84 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 0.3 |
آخر تحديث | 2017-01-25 |
تاريخ النشر | 2017-01-25 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | berndverst |
نوع الدفع | free |
موقع الإضافة | https://github.com/berndverst/fakealert |
اللغات المدعومة | 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" ] } ] } |