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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |