Chegg Expert Upvotes

Chegg Expert Upvotes

Upvote solutions in Chegg Expert Q&A

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/*"
      ]
    }
  ],
  "description": "Upvote solutions in Chegg Expert Q&A",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "incognito": "split",
  "manifest_version": 3,
  "name": "Chegg Expert Upvotes",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.5"
}