DewVPN 100% Unlimited Free VPN Proxy

DewVPN 100% Unlimited Free VPN Proxy

DewVPN is the only 100% free unlimited VPN service! It has no time, bandwidth, speed, and location swiching limit at all. With built-in privacy features, you can choose whether to disable WebRTC, and can easily manage your browser Canvas fingerprint.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "DewVPN - 100% Unlimited Free VPN Proxy",
  "version": "2.0.9",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon19.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/avatar.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "js": [
        "./js/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "./js/bg.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "privacy",
    "storage",
    "management",
    "browserSettings"
  ],
  "web_accessible_resources": [
    "images/countryicon/Americas/UnitedStates.png"
  ]
}