Right-Click Search Amazon(ALL COUNTRIES!)

Right-Click Search Amazon(ALL COUNTRIES!)

Quickly search for highlighted text on Amazon via right-click context menu.😊

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Right-Click Search Amazon(ALL COUNTRIES!)",
  "version": "4.4",
  "manifest_version": 3,
  "description": "Quickly search for highlighted text on Amazon via right-click context menu.😊",
  "background": {
    "service_worker": "search.js"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "action": {
    "default_icon": "icon128.png"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ]
}