HideMe

HideMe

Automatically opens sites in Icognito-Mode

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HideMe",
  "version": "1.0",
  "description": "Automatically opens sites in Icognito-Mode",
  "manifest_version": 2,
  "permissions": [
    "webNavigation",
    "tabs",
    "storage"
  ],
  "options_page": "options/options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}