WELearn网课助手

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

What is WELearn网课助手?

WELearn网课助手 is a Chrome extension developed by SSmJaE, and its main feature is "显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置".

Extension Screenshots

screenshot

Download WELearn网课助手 Extension CRX File

Download WELearn网课助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Github           https://github.com/SSmJaE/WELearnHelper
问题反馈      https://github.com/SSmJaE/WELearnHelper/issues                    

Extension Basic Information

Name WELearn网课助手 WELearn网课助手
ID kojnddpihdfgebnbpanjhnhpjaiiekkf
Official URL https://chromewebstore.google.com/detail/welearn%E7%BD%91%E8%AF%BE%E5%8A%A9%E6%89%8B/kojnddpihdfgebnbpanjhnhpjaiiekkf
Description 显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置
File Size 106 KB
Installation Count 848
Current Version 0.9.3
Last Updated 2022-04-26
Publish Date 2021-11-09
Rating 5.00/5 Total 1 Ratings
Developer SSmJaE
Email [email protected]
Payment Type free
Extension Website https://github.com/SSmJaE/WELearnHelper
Help Page URL https://github.com/SSmJaE/WELearnHelper
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WELearn\u7f51\u8bfe\u52a9\u624b",
    "version": "0.9.3",
    "description": "\u663e\u793aWE Learn\u968f\u884c\u8bfe\u5802\u9898\u76ee\u7b54\u6848\uff1b\u652f\u6301\u73ed\u7ea7\u6d4b\u8bd5\uff1b\u81ea\u52a8\u7b54\u9898\uff1b\u5237\u65f6\u957f\uff1b\u5f00\u653e\u81ea\u5b9a\u4e49\u8bbe\u7f6e",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "WELearn\u7f51\u8bfe\u52a9\u624b"
    },
    "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'"
}