Chegg Skip Extension

Chegg Skip Extension

Skip Chegg Question with reason don't have subject knowledge with just single click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chegg Skip Extension",
  "version": "1.2",
  "description": "Skip Chegg Question with reason don't have subject knowledge with just single click!",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://expert.chegg.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "incognito": "split"
}