Free VPN Proxy Service by Connected Over

Free VPN Proxy Service by Connected Over

Connected Over Free Premium Proxy Service We provide Free Premium Proxy server access for free. We also provide free VPN services along with paid VPN Services.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Free VPN Proxy Service by Connected Over",
  "version": "0.2.4resigned1",
  "description": "Free VPN and Proxy Services free of charge!",
  "browser_action": {
    "default_icon": "icon_dis16.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "proxy",
    "alarms",
    "cookies",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "https://connectedover.com/",
    "<all_urls>",
    "privacy"
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "@ConnectedOver"
    }
  }
}