Right Click to Search eBay

Right Click to Search eBay

๐—ฆ๐˜‚๐—ฝ๐—ฝ๐—ผ๐—ฟ๐˜๐˜€ ๐—ฎ๐—น๐—น ๐—ฐ๐—ผ๐˜‚๐—ป๐˜๐—ฟ๐—ถ๐—ฒ๐˜€! Add ๐˜š๐˜ฆ๐˜ข๐˜ณ๐˜ค๐˜ฉ ๐˜ฆ๐˜‰๐˜ข๐˜บ to your right click menu today, click Add to Chrome now! ๐Ÿ˜Š

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "rightclick.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-small.png",
    "default_popup": "popup.html"
  },
  "description": "๐—ฆ๐˜‚๐—ฝ๐—ฝ๐—ผ๐—ฟ๐˜๐˜€ ๐—ฎ๐—น๐—น ๐—ฐ๐—ผ๐˜‚๐—ป๐˜๐—ฟ๐—ถ๐—ฒ๐˜€! Add ๐˜š๐˜ฆ๐˜ข๐˜ณ๐˜ค๐˜ฉ ๐˜ฆ๐˜‰๐˜ข๐˜บ to your right click menu today, click Add to Chrome now! ๐Ÿ˜Š",
  "icons": {
    "16": "icon-bitty.png",
    "48": "icon-small.png",
    "128": "icon-large.png"
  },
  "manifest_version": 2,
  "name": "Right Click to Search eBay",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "short_name": "Highlight, Right Click, Search eBay",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.21"
}