金牌房仲 - 5168實價登錄比價王

金牌房仲 - 5168實價登錄比價王

在各大房仲網站開發無斷點,自動分析物件可能地址、歷史開價等資訊!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "金牌房仲 - 5168實價登錄比價王",
  "description": "在各大房仲網站開發無斷點,自動分析物件可能地址、歷史開價等資訊!",
  "version": "1.4.6",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs",
    "cookies"
  ],
  "options_page": "option.html",
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.html"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://sale.591.com.tw/home/house/detail/*",
      "https://business.591.com.tw/sale/*",
      "https://buy.yungching.com.tw/house/*",
      "https://www.sinyi.com.tw/buy/house*",
      "https://buy.cthouse.com.tw/house*",
      "https://buy.housefun.com.tw/buy/house*",
      "https://newhouse.housefun.com.tw/building*",
      "https://www.rakuya.com.tw/sell_item/*",
      "https://www.hbhousing.com.tw/detail/*",
      "https://www.chyi.com.tw/sell_item/*-*",
      "https://www.etwarm.com.tw/houses/buy/*",
      "https://www.great-home.com.tw/*etail/*",
      "https://www.pacific.com.tw/Object/ObjectDetail*",
      "https://www.twhg.com.tw/house_*",
      "https://www.yes319.com/*/*",
      "https://www.century21.com.tw/index/House/BuyPage/*"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons.png",
      "24": "icons.png",
      "32": "icons.png"
    },
    "default_title": "開發小幫手|金牌房仲 - 5168實價登錄比價王"
  },
  "icons": {
    "16": "icons.png",
    "48": "icons.png",
    "128": "icons.png"
  }
}