Coolpc Search

Coolpc Search

原價屋快速搜尋套件

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Coolpc Search",
  "version": "1.1.3",
  "description": "原價屋快速搜尋套件",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.coolpc.com.tw/evaluate.php",
        "http://www.coolpc.com.tw/evaluate.php"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Power by 席龍"
  },
  "web_accessible_resources": [
    "images/*.svg"
  ]
}