IUH Student Partner 2020

This is a gift made with love from KID /=). Wish you happiness...💝
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",
  "name": "IUH Student Partner 2020",
  "version": "2.0.9",
  "description": "This is a gift made with love from KID /=). Wish you happiness...💝",
  "author": "Trần Nguyễn Minh Thông (KID)",
  "icons": {
    "32": "assets/img/BWC-128.png",
    "64": "assets/img/BWC-128.png",
    "128": "assets/img/BWC-128.png"
  },
  "homepage_url": "https://www.facebook.com/InABetterWorld2017",
  "browser_action": {
    "default_icon": {
      "32": "assets/img/BWC-128.png",
      "64": "assets/img/BWC-128.png",
      "128": "assets/img/BWC-128.png"
    },
    "default_title": "IUH Student Partner 2020",
    "default_popup": "/pages/ControlPanel.html"
  },
  "permissions": [
    "*://*.iuh.edu.vn/*",
    "cookies",
    "contextMenus",
    "power"
  ],
  "background": {
    "scripts": [
      "/polyfill.js",
      "/BackgroundPage.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "runat": "document_start",
      "matches": [
        "https://dkhp.iuh.edu.vn/DangKyHocPhan",
        "https://sv.iuh.edu.vn/dang-ky-hoc-phan.html",
        "https://dkhp.iuh.edu.vn/DangKyHocPhan/ThongTinPortal"
      ],
      "js": [
        "/navigator.js"
      ],
      "css": []
    },
    {
      "runat": "document_start",
      "matches": [
        "https://dkhp.iuh.edu.vn/DangKyHocPhan"
      ],
      "js": [
        "/polyfill.js",
        "/DKHP.js"
      ]
    },
    {
      "runat": "document_start",
      "matches": [
        "https://dkhp.iuh.edu.vn/DangKyHocPhan/ThongTinPortal"
      ],
      "css": [],
      "js": [
        "/InfoPage.js"
      ]
    }
  ],
  "manifest_version": 2,
  "minimum_chrome_version": "31.0",
  "offline_enabled": true,
  "web_accessible_resources": [
    "/assets/*"
  ]
}