VPN Unblocker for Facebook

Fast and simple VPN service for Facebook. Just install this extension and you will get access to Facebook again.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "version": "0.0.1",
  "default_locale": "en",
  "action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "128": "img/icon_128.png"
    },
    "default_title": "__MSG_name__",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png",
    "256": "img/icon_256.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "proxy",
    "webRequest",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.facebook.com/*"
  ]
}