Clear Cookie and Reload

Clear Cookie and Reload

Clear Cookie for current tab and reload

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 Cookie and Reload",
  "description": "Clear Cookie for current tab and reload",
  "version": "0.3",
  "permissions": [
    "cookies",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Clear Cookie and Reload"
  },
  "author": {
    "name": "Chirag",
    "email": "[email protected]"
  }
}