Hide My Web

Hide My Web

Hide, blur, and highlight elements of any webpage with a single click of mouse.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hide My Web",
  "version": "1.0.3",
  "icons": {
    "16": "hidemyweb.png"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "description": "Hide, blur, and highlight elements of any webpage with a single click of mouse.",
  "browser_action": {
    "default_icon": "hidemyweb.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://www.gstatic.com; object-src 'self'"
}