Chrome Memory Clear

Chrome Memory Clear

This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chrome Memory Clear",
  "description": "This will help us to clear memory of chrome, So you no need to go to chrome->Settings->search for options to delete",
  "version": "1.2",
  "browser_action": {
    "default_icon": "AppLogo.png",
    "default_popup": "/popup.html"
  },
  "permissions": [
    "browsingData",
    "notifications",
    "storage"
  ]
}