Unblocker-4, unblock your favorite websites

Unblocker-4, unblock your favorite websites

Access to the filtered & censored content anonymously with Unblocker4! Your favorite sites are just a click away from you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Unblocker-4, unblock your favorite websites",
  "description": "Access to the filtered & censored content anonymously with Unblocker4! Your favorite sites are just a click away from you",
  "version": "1.0.3",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvB1KHm4Q0TOPWog6bTOmLEqbhCC49AHt8MTshgg9n82Qm7z80IqLdzeqrH7Rw1vnA0pMmRooj04BLza8Qir3uF4xoeIAxeoqpyDH9oUqnBLHtcO6K391Q7LewmUNXO5PoRUAEeF3vDZLZNvsLVKQtjWB20ga2phgd6bhe62JfSV1ih5PU/u/0dYJcP3dOtqWtuiZpc9pb+H0OZiZuYxvx/HkfoN+qy2B22PG1MDYDB8wnJwguJ3Wc66SQj/NMfuoSSgFmMF3bo3pFe6Djp3G63XLSo2HCoa8RaP2WaKytK+scITVD2g3oniuM5DBWWBg/vTy88mnf1HdjO5OzZt6SQIDAQAB",
  "icons": {
    "16": "res/images/icons/icon-16.png",
    "32": "res/images/icons/icon-32.png",
    "48": "res/images/icons/icon-48.png",
    "128": "res/images/icons/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://beta.unblocker4.com/thank-you*",
        "https://unblocker4.com/thank-you*"
      ]
    }
  ],
  "background": {
    "service_worker": "scripts/background.js"
  },
  "permissions": [
    "proxy",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "res/images/icons/icon-16.png",
      "32": "res/images/icons/icon-32.png",
      "48": "res/images/icons/icon-48.png",
      "128": "res/images/icons/icon-128.png"
    }
  }
}