Chegg CourseHero Bartleby Skip Question

Chegg CourseHero Bartleby Skip Question

Skip Chegg/CourseHero/Bartleby Questions with reason don't have subject knowledge with just single click or [Ctrl+Space] !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "init.js"
      ],
      "matches": [
        "https://expert.chegg.com/*",
        "https://www.coursehero.com/qa/*",
        "https://portal.bartleby.com/*",
        "https://www.chegg.com/homework-help/*",
        "https://www.bartleby.com/questions-and-answers/*"
      ]
    }
  ],
  "host_permissions": [
    "*://cdn.walkme.com/*"
  ],
  "permissions": [
    "declarativeNetRequest"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "major",
        "enabled": true,
        "path": "major.json"
      }
    ]
  },
  "description": "Skip Chegg/CourseHero/Bartleby Questions with reason don't have subject knowledge with just single click or [Ctrl+Space] !",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "Chegg CourseHero Bartleby Skip Question",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.8.13"
}