论坛超链接高亮

论坛超链接高亮

论坛超链接高亮,查外链必备利器-Powered By Season

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "论坛超链接高亮",
  "version": "1.0.5",
  "description": "论坛超链接高亮,查外链必备利器-Powered By Season",
  "icons": {
    "16": "icon.png",
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "script.js"
      ]
    }
  ]
}