chrome-plugin-dns-cache-clean

chrome-plugin-dns-cache-clean

chrome dns cache cleaer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "chrome-plugin-dns-cache-clean",
  "version": "0.0.4",
  "description": "chrome dns cache cleaer",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "128": "image/paper-plane.png"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "chrome://net-internals/#sockets",
    "http://*/*",
    "https://*/*"
  ],
  "manifest_version": 2
}