Examine source code of ZUVIO小助手

Inspect and view changes in ZUVIO小助手 source codes across current and past versions
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": 2,
  "name": "ZUVIO小助手",
  "description": "ZUVIO",
  "version": "2.0",
  "browser_action": {
    "default_title": "Go",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://irs.zuvio.com.tw/student5/irs/question/*"
      ],
      "js": [
        "bang.js"
      ]
    }
  ]
}