草榴社區只看楼主

草榴社區只看楼主

草榴社區只看楼主插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "草榴社區只看楼主",
  "version": "1.0.24",
  "description": "草榴社區只看楼主插件",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/19.png",
      "38": "images/38.png"
    },
    "default_title": "草榴社區只看楼主"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.js",
        "js/cl.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}