購有錢-比價賺現金小幫手

購有錢-比價賺現金小幫手

《購有錢-比價賺現金小幫手》是你網購必備的超有用工具!當你進入與《購有錢》有合作的特約商店時,可即時獲得賺現金回饋的提醒,點擊啟動現金回饋按鈕,即可順利獲得現金回饋,購物有錢拿!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "name": "購有錢-比價賺現金小幫手",
  "description": "《購有錢-比價賺現金小幫手》是你網購必備的超有用工具!當你進入與《購有錢》有合作的特約商店時,可即時獲得賺現金回饋的提醒,點擊啟動現金回饋按鈕,即可順利獲得現金回饋,購物有錢拿!",
  "version": "3.0.3",
  "icons": {
    "16": "img/icon/[email protected]",
    "18": "img/icon/[email protected]",
    "24": "img/icon/[email protected]",
    "32": "img/icon/[email protected]",
    "48": "img/icon/[email protected]",
    "64": "img/icon/[email protected]",
    "128": "img/icon/[email protected]"
  },
  "action": {
    "default_icon": {
      "16": "img/icon/[email protected]",
      "18": "img/icon/[email protected]",
      "24": "img/icon/[email protected]",
      "32": "img/icon/[email protected]",
      "48": "img/icon/[email protected]",
      "64": "img/icon/[email protected]",
      "128": "img/icon/[email protected]"
    },
    "default_title": "購有錢-比價賺現金小幫手",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.bundle.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content/content.bundle.js"
      ],
      "css": [
        "content/content/content.styles.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.goyomoney.com.tw/*"
      ],
      "js": [
        "content/set-installed-node/set-installed-node.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/logo-sm.png",
        "img/close.png",
        "img/*",
        "content/*/*.styles.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "cookies",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "alarms",
    "idle"
  ],
  "host_permissions": [
    "http://*.goyomoney.com.tw/*",
    "https://*.goyomoney.com.tw/*",
    "http://0.0.0.0:8080/*"
  ]
}