Bitcoin Peek+

Bitcoin Peek+

Sneak-peek at contents & activity of Bitcoin addresses right from the current web page. Never miss an address again!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bitcoin Peek+",
  "version": "3.31",
  "manifest_version": 2,
  "description": "Sneak-peek at contents & activity of Bitcoin addresses right from the current web page. Never miss an address again!",
  "permissions": [
    "http://*/",
    "https://*/",
    "storage"
  ],
  "short_name": "Bitcoin Peek+",
  "web_accessible_resources": [
    "jquery-1.8.3.js",
    "myscript.js",
    "jquery.qtip.js",
    "jquery-smoothness-1.10.3.css",
    "jquery.qtip.css",
    "*.jpg",
    "*.gif",
    "*.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-1.8.3.js",
        "jquery-ui_1.10.3.js",
        "jquery.qtip.js",
        "body.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "Bitcoin_Zoom_16.png",
    "48": "Bitcoin_Zoom_48.png",
    "128": "Bitcoin_Zoom_128.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "jquery-1.8.3.js"
    ]
  },
  "options_page": "options.html"
}