WELearn网课助手

WELearn网课助手

显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WELearn网课助手",
  "version": "0.9.3",
  "description": "显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "WELearn网课助手"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://course.sflep.com/*",
        "*://welearn.sflep.com/*",
        "*://courseappserver.sflep.com/*",
        "*://centercourseware.sflep.com/*"
      ],
      "js": [
        "inject.js",
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "*://47.100.166.53/*",
    "*://course.sflep.com/*",
    "*://welearn.sflep.com/*",
    "*://courseappserver.sflep.com/*",
    "*://centercourseware.sflep.com/*"
  ],
  "web_accessible_resources": [
    "main.js"
  ],
  "homepage_url": "https://www.github.com/SSmJaE/",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}