QQ空间改造器

QQ空间改造器

QQ空间改造器,轻松过滤掉QQ空间中烦人的广告信息。以及任何你不想看到的内容。 支持关键字过滤。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_title": "QQ空间改造器",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-1.7.1.min.js",
        "js/filter.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "homepage_url": "https://chrome.google.com/webstore/search/heku.org",
  "description": "QQ空间改造器,轻松过滤掉QQ空间中烦人的广告信息。以及任何你不想看到的内容。  支持关键字过滤。",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "name": "QQ空间改造器",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0"
}