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はberndverstによって開発されたChromeの拡張機能で、その主な機能は「Detect whether images on Craigslist posts have been used elsewhere on the internet. Avoid fraud, scams and other trickery.」です。
拡張機能のスクリーンショット
Fake Image Alert for Craigslist拡張機能のCRXファイルをダウンロード
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" ] } ] } |