Clear Cookies, Storage, and Reload Page

Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Clear Cookies, Storage, and Reload Page",
  "short_name": "CCR-page",
  "description": "Clears the cookies clears the storage and reloads the page",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "ccr_icon_128.png",
    "default_title": "Clear Cookies and Reload"
  },
  "icons": {
    "128": "ccr_icon_128.png"
  },
  "author": {
    "name": "Platon Devs"
  }
}