Fake Profile Detector (Deepfake, GAN)
Right-click on a profile picture, our model will detect if that image contains a GAN generated or real person!
什么是Fake Profile Detector (Deepfake, GAN)?
Fake Profile Detector (Deepfake, GAN)是由v7开发的Chrome扩展程序,该扩展的主要功能是“Right-click on a profile picture, our model will detect if that image contains a GAN generated or real person!”。
扩展截图
下载Fake Profile Detector (Deepfake, GAN)扩展crx文件
下载Fake Profile Detector (Deepfake, GAN)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
How to use V7 Deepfake Detector
- Install V7 Chrome extension
- Enable Chrome notifications on your computer
- Choose the profile picture you want to scan
- Right-click on the picture and select "Check Fake Profile Picture"
- See results in the top right-hand corner notification
DISCLAIMERS/NOTES:
- Currently only works on Desktop
- This chrome extension uses notifications to output the AI model results, so be sure to have them activated and not to have 'Do Not Disturb' mode when using it
- If you are on a Mac, you can often find the results in your notification center which you can access by swiping with two fingers from the right edge of the trackpad to the left.
- This AI model only works with StyleGAN images used to generate fake human faces of people who don't really exist. It does not detect video deepfakes or face swaps.
- Does not currently work with deep fakes in video or face swaps 扩展基本信息
| 名称 | |
| ID | jbpcgcnnhmjmajjkgdaogpgefbnokpcc |
| 官方URL | https://chromewebstore.google.com/detail/fake-profile-detector-dee/jbpcgcnnhmjmajjkgdaogpgefbnokpcc |
| 简介 | Right-click on a profile picture, our model will detect if that image contains a GAN generated or real person! |
| 文件大小 | 1.76 MB |
| 安装次数 | 10,659 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2023-08-13 |
| 上架时间 | 2022-03-12 |
| 评分 | 3.38/5 共32次评分 |
| 开发者 | v7 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.v7labs.com/ |
| 帮助页面URL | https://www.v7labs.com/contact |
| 隐私政策页面URL | https://www.v7labs.com/terms/dps |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fake Profile Detector (Deepfake, GAN)",
"description": "Right-click on a profile picture, our model will detect if that image contains a GAN generated or real person!",
"homepage_url": "https:\/\/www.v7labs.com\/",
"version": "0.1.3",
"manifest_version": 3,
"permissions": [
"contextMenus",
"notifications",
"activeTab",
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "\/scripts\/background.js"
},
"content_scripts": [
{
"matches": [
" | |