Chegg Skip Bot

Chegg Skip Bot

Skip Chegg question in single click with i don't have the subject knowledge option selected! Get rid of 3 clicks :) Life is easy right? _______________________________________________ Note: Try refreshing if you face any errors

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Chegg Skip Bot",
  "version": "1.0",
  "description": "Skip Chegg question in single click with i don' have the subject knowledge! Get rid of 3 clicks :) Life is easy right?",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://expert.chegg.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "alpha.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "alpha.png",
    "32": "alpha.png",
    "48": "alpha.png",
    "128": "alpha.png"
  }
}