Chegg Tutor

Chegg Tutor

Extension for Validating if user is logged in on Chegg.com or not.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chegg Tutor",
  "version": "2.0",
  "description": "Extension for Validating if user is logged in on Chegg.com or not.",
  "permissions": [
    "cookies",
    "tabs",
    "http://singsons.com/",
    "https://www.chegg.com/"
  ],
  "icons": {
    "16": "tutor.png",
    "48": "tutor.png",
    "128": "tutor.png"
  },
  "browser_action": {
    "default_icon": "tutor.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2
}