房地小幫手

房地小幫手

看到有興趣的案件只有不完整內容嗎?我們幫你呈現可能地址及相關資訊!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "房地小幫手",
  "version": "0.4.45",
  "description": "看到有興趣的案件只有不完整內容嗎?我們幫你呈現可能地址及相關資訊!",
  "icons": {
    "16": "images/icon/icon-16.png",
    "48": "images/icon/icon-48.png",
    "128": "images/icon/icon-128.png"
  },
  "action": {
    "default_icon": {
      "19": "images/icon/icon-19.png",
      "38": "images/icon/icon-38.png"
    },
    "default_title": "房地小幫手",
    "default_popup": "popup.html"
  },
  "author": "foundi.info",
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.591.com.tw/*",
        "*://*.century21.com.tw/*",
        "*://*.cmhousing.com.tw/*",
        "*://*.cthouse.com.tw/*",
        "*://*.etwarm.com.tw/*",
        "*://*.great-home.com.tw/*",
        "*://*.hbhousing.com.tw/*",
        "*://*.housefun.com.tw/*",
        "*://*.master1995.com.tw/*",
        "*://*.pacific.com.tw/*",
        "*://*.rakuya.com.tw/*",
        "*://*.sinyi.com.tw/*",
        "*://*.twhg.com.tw/*",
        "*://*.twcd.com.tw/*",
        "*://*.u-trust.com.tw/*",
        "*://*.umhg.com.tw/*",
        "*://*.yungching.com.tw/*",
        "*://tw.centanet.com/*",
        "*://*.yes319.com/*",
        "*://*.039house.com/*",
        "*://*.taiwanmansion.com/*",
        "*://*.taiwanbuildingsites.com/*",
        "*://*.hshouse.com.tw/*",
        "*://*.nra.com.tw/*",
        "*://*.singfujia.com/*",
        "*://*.foundi.info/helper/overview/*",
        "*://*.taiching.com.tw/*",
        "*://*.chyi.com.tw/*",
        "*://*.ed-house.com.tw/*",
        "*://*.eagle111.com/*",
        "*://*.eversp.com.tw/*",
        "*://*.0211.com.tw/*",
        "*://*.yungyi-house.com.tw/*",
        "*://*.tdw.tw/*",
        "*://*.buy.houseprice.tw/*"
      ],
      "js": [
        "js/vendors/jquery.min.js",
        "js/vendors/named-regexp.js",
        "js/content.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "host_permissions": [
    "http://*.foundi.info/",
    "https://*.foundi.info/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "auth.html",
        "css/content.css",
        "images/foundi.png",
        "images/menu-close.png",
        "images/menu-minimize.png",
        "external_configs/listing_url_regex.json",
        "js/content_main.js",
        "js/message.js",
        "js/util.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}