滚蛋吧广告君

滚蛋吧广告君

解救被广告劫持的用户

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "滚蛋吧广告君",
  "description": "解救被广告劫持的用户",
  "version": "0.1.4",
  "browser_action": {
    "default_icon": {
      "19": "19.png",
      "38": "38.png",
      "64": "64.png",
      "128": "128.png"
    },
    "default_title": "滚蛋吧广告君",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/"
      ],
      "js": [
        "jquery-2.0.0.min.js",
        "content_script.js"
      ]
    }
  ]
}