Auto DKMH VNU

Auto DKMH VNU

Tool tự động đăng ký môn học ĐHQGHN VNU

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Duc Lv",
  "manifest_version": 2,
  "name": "Auto DKMH VNU",
  "short_name": "Auto DKMH VNU",
  "version": "1.3.3",
  "homepage_url": "https://duclvz.github.io/AutoDKMH",
  "description": "Tool tự động đăng ký môn học ĐHQGHN VNU",
  "content_scripts": [
    {
      "js": [
        "run.js"
      ],
      "matches": [
        "http://dangkyhoc.vnu.edu.vn/dang-ky-mon-hoc*"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "page_action": {
    "default_icon": {
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Tool Auto DKMH VNU đã đc kích hoạt.\nMọi thắc mắc xin liên hệ fb.com/duclvz!"
  },
  "web_accessible_resources": [
    "content.js"
  ]
}