Search Goods via Google

Search Goods via Google

Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "1.3.1",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "build/logo_16.png",
    "48": "build/logo_48.png",
    "128": "build/logo_128.png"
  },
  "background": {
    "scripts": [
      "build/main.js",
      "build/context_menus.js"
    ]
  },
  "permissions": [
    "tabs",
    "alarms",
    "cookies",
    "storage",
    "identity",
    "contextMenus",
    "https://*.agoda.com/*",
    "https://*.aliexpress.com/*",
    "https://*.booking.com/*",
    "https://*.gearbest.com/*"
  ]
}