DNS Flusher

DNS Flusher

flush dns cache with single click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DNS Flusher",
  "description": "flush dns cache with single click",
  "version": "0.1",
  "author": "loveky",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon64.png"
  },
  "permissions": [
    "tabs",
    "chrome://net-internals/#dns"
  ],
  "homepage_url": "https://github.com/loveky/dns_flusher"
}