Mystery Button

Mystery Button

If you want mysterious web site click the text link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Mystery Button",
  "version": "0.0.7",
  "manifest_version": 2,
  "description": "If you want mysterious web site click the text link.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "pop.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.po-popo.com/*"
      ],
      "js": [
        "jquery.min.js",
        "script.js"
      ],
      "run_at": "document_start"
    }
  ]
}