591 租屋過濾小幫手

591 租屋過濾小幫手

讓你可以標記再也不想點進去看的物件,節省時間,並大輻增加找到喜愛的租屋的可能性!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "591 租屋過濾小幫手",
  "description": "讓你可以標記再也不想點進去看的物件,節省時間,並大輻增加找到喜愛的租屋的可能性!",
  "version": "3",
  "content_scripts": [
    {
      "matches": [
        "*://rent.591.com.tw/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2
}