ClassAnswer

ClassAnswer is the ultimate Chrome extension designed to streamline your experience on the "classquestion.com" platform. With…
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ClassAnswer",
  "version": "1.1",
  "permissions": [
    "identity",
    "identity.email",
    "cookies",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "*://classquestion.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon128.png"
  },
  "icons": {
    "128": "icon128.png"
  }
}