Quora Unblocker 2022

Quora Unblocker 2022

Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Quora Unblocker 2022",
  "version": "1.1",
  "description": "Bypass login wall and monthly limit for Quora, unblock the annoying blur and popup instantly!",
  "content_scripts": [
    {
      "matches": [
        "https://www.quora.com/*",
        "http://www.quora.com/*",
        "https://quora.com/*",
        "http://quora.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}