Free VPN | Good VPN

Free VPN For Chrome Extension is Good VPN, Free VPN extension to access any website.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en_US",
  "action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png"
    },
    "default_popup": "data/panel/index.html",
    "default_title": "Free Vpn"
  },
  "description": "__MSG_appDesc__",
  "homepage_url": "https://www.bytopics.com/",
  "icons": {
    "16": "data/icons/16.png",
    "48": "data/icons/48.png",
    "128": "data/icons/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "data/icons/32.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://www.bytopics.com/wp-json/wl/v1/*",
    "http://api.ipify.org/*"
  ],
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "storage",
    "proxy"
  ],
  "short_name": "FreeVpn",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "30.01.47.01"
}