Bookmarks Folders Locker/Blocker

Bookmarks Folders Locker/Blocker

Make your bookmarks private! Lock/Block your bookmarks folders (hide the bookmarks inside) with a password (each folder can have a different password), the bookmarks will be encrypted and only you will be able to unlock/unblock them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Bookmarks Folders Locker",
  "version": "1.4.2",
  "author": "Fabio Musanni",
  "default_locale": "en",
  "options_ui": {
    "page": "main_page/main_page.html",
    "open_in_tab": true
  },
  "description": "__MSG_extensionShortDescription__",
  "icons": {
    "48": "icons/lock_48x48.png",
    "96": "icons/lock_96x96.png",
    "128": "icons/lock_128x128.png"
  },
  "permissions": [
    "menus",
    "storage",
    "bookmarks",
    "tabs"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/lock_48x48.png",
      "96": "icons/lock_96x96.png",
      "128": "icons/lock_128x128.png"
    },
    "default_title": "Bookmarks Folders Locker"
  }
}