chegg skip

chegg skip

Makes skipping a question easy in chegg

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "chegg skip",
  "version": "22.4.14",
  "description": "Makes skipping a question easy in chegg",
  "icons": {
    "48": "icons/Group 1(1).png",
    "96": "icons/Group 1(2).png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://expert.chegg.com/expertqna"
      ],
      "js": [
        "chegg_skip.js"
      ]
    }
  ]
}