Search products by image

Search products by image on Aliexpress, eBay, Amazon, find similar goods and items by photo and compare prices.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_chrome_extension_name__",
  "description": "__MSG_chrome_extension_description__",
  "version": "1.1",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "https://*.searchbyimage.com/*",
    "https://*.searchbyimage.ru/*"
  ],
  "action": {
    "default_icon": "19x19.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}