OneCleaner

OneCleaner

One cleaner for browsing history, cache, cookie, and tracking. Configure cleaning on website level.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_ui": {
    "open_in_tab": true,
    "page": "option/option.html"
  },
  "permissions": [
    "browsingData",
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "version": "0.7.3"
}