Doppelganger by VisageCloud
Find the actor or actress you look like most from any picture.
What is Doppelganger by VisageCloud?
Doppelganger by VisageCloud is a Chrome extension developed by https://visagecloud.com, and its main feature is "Find the actor or actress you look like most from any picture.".
Extension Screenshots
Download Doppelganger by VisageCloud Extension CRX File
Download Doppelganger by VisageCloud extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
By leveraging the VisageCloud face recognition API, Doppeleganger lets you find the actors or actresses most similar to people depicted in any photo. Just right click on any picture, choose "Search in VisageCloud" and you'll see the results.
Extension Basic Information
Name | Doppelganger by VisageCloud |
ID | gbpgnjkglihhdjjedjkbnhegkflgglnk |
Official URL | https://chromewebstore.google.com/detail/doppelganger-by-visageclo/gbpgnjkglihhdjjedjkbnhegkflgglnk |
Description | Find the actor or actress you look like most from any picture. |
File Size | 49.01 KB |
Installation Count | 20 |
Current Version | 1.1 |
Last Updated | 2017-02-25 |
Publish Date | 2017-02-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://visagecloud.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://visagecloud.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doppelganger by VisageCloud", "shortName": "Doppelganger", "description": "Find the actor or actress you look like most from any picture.", "version": "1.1", "browser_action": { "default_icon": "VisageCloudLogo_256px.png", "default_popup": "popup.html" }, "homepage_url": "http:\/\/visagecloud.com", "icons": { "16": "VisageCloudLogo_16px.png", "32": "VisageCloudLogo_32px.png", "64": "VisageCloudLogo_64px.png", "128": "VisageCloudLogo_128px.png", "256": "VisageCloudLogo_256px.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "contextMenus", "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ], "author": "VisageCloud" } |