Chegg unblocker

Chegg unblocker

Unblocks chegg multi-device limit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chegg unblocker",
  "description": "Unblocks chegg multi-device limit",
  "version": "1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://www.chegg.com/homework-help/*"
      ],
      "js": [
        "cm-block-remover.js"
      ]
    }
  ]
}