Cookies by lfj.io

Cookies by lfj.io

Short description: simplest cookies manager, it's smart, fast, easy to use, have all advanced tools that you need.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/AES256_encryption_module.js",
      "js/app.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    },
    "default_popup": "app-popup.html",
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/toastify.css"
      ],
      "js": [
        "js/toastify-js.js",
        "js/contentScript.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwkslJInPNKkQU4D1tZzBR/KzD14P5XMvaL+Q0PwzRhwOnCRUqwM2rgdkICWKgwIeVy9eRdL1cAueU9No4IoqsRt+x/fNgrnAJbDEBcomJ6V50f7lSuNoWKjCELu2D5HS1qlmU6kAaGmNpGOaf5dkZ3wFXQtugfGpaIKeBXKBzDOdMmMFG2gcw2mPp8TPLEqht9dr29XaSmACCWmheQoqt8q2IkprD/4myGe2NLkV+8/EpdtZZa00stjgnoFe9jCxjKL2+lIHRB5hB7wZ4CzMTzNl7b/W+wjYMnU5KMkptcK0pv1Y9vYfsyMiY13nPEKvbhF+OG1it62H0gFnCR7znwIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "69.0",
  "name": "__MSG_extName__",
  "options_page": "setting.html",
  "permissions": [
    "cookies",
    "<all_urls>",
    "tabs",
    "webNavigation",
    "downloads",
    "contextMenus",
    "storage",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2"
}