SShopee

SShopee

快速使用文字搜尋商品的工具,並且可以複製縮網址。4xDev(4-x.tw)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SShopee",
  "short_name": "SShopee",
  "description": "快速使用文字搜尋商品的工具,並且可以複製縮網址。4xDev(4-x.tw)",
  "version": "3.1",
  "action": {
    "default_title": "SShopee",
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "contextMenus"
  ]
}