房產獵人

房產獵人

讓您在瀏覽房仲品牌網站以及房屋銷售平台的銷售案件,即時比對出地址及進階銷售資訊內容。售案開發,無往不利!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "房產獵人",
  "version": "1.1.2",
  "manifest_version": 3,
  "description": "讓您在瀏覽房仲品牌網站以及房屋銷售平台的銷售案件,即時比對出地址及進階銷售資訊內容。售案開發,無往不利!",
  "homepage_url": "https://www.rakuya.com.tw",
  "icons": {
    "16": "images/icons/icon16.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "http://*.rakuya.com.tw/",
    "https://*.rakuya.com.tw/"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.rakuya.com.tw/*",
        "*://*.591.com.tw/*",
        "*://*.sinyi.com.tw/*",
        "*://*.yungching.com.tw/*",
        "*://*.housefun.com.tw/*",
        "*://*.hbhousing.com.tw/*",
        "*://*.cthouse.com.tw/*",
        "*://*.century21.com.tw/*",
        "*://*.pacific.com.tw/*",
        "*://*.etwarm.com.tw/*",
        "*://*.great-home.com.tw/*",
        "*://*.u-trust.com.tw/*",
        "*://*.chyi.com.tw/*",
        "*://*.singfujia.com/*",
        "*://*.twhg.com.tw/*",
        "*://*.hshouse.com.tw/*",
        "*://*.nra.com.tw/*",
        "*://*.taiching.com.tw/*",
        "*://*.yungyi-house.com.tw/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "css/content.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/logo-realtor.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "reload_extension": {
      "suggested_key": {
        "default": "Ctrl+Shift+Q",
        "windows": "Ctrl+Shift+Q",
        "mac": "MacCtrl+Shift+Q",
        "chromeos": "Ctrl+Shift+Q",
        "linux": "Ctrl+Shift+Q"
      },
      "description": "shortcut for reloading extensions"
    }
  }
}