iherb 折扣 碼 2023 5月 iherb 優惠碼 新的 %

iherb 折扣 碼 2023 5月 iherb 優惠碼 新的 %

您可以在這裡找到所有天然產品的 iHerb 折扣代碼。 從 iHerb 網站購物時,iHerb 優惠券可提供折扣

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iherb 折扣 碼 2023 5月 iherb 優惠碼 新的 %",
  "description": "您可以在這裡找到所有天然產品的 iHerb 折扣代碼。 從 iHerb 網站購物時,iHerb 優惠券可提供折扣",
  "version": "1.1",
  "manifest_version": 3,
  "action": {
    "default_icons": {
      "128": "icon/128.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.js",
        "js/script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "icon/128.png"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "notification.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ]
}