WELearn网课助手

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

Cos'è WELearn网课助手?

WELearn网课助手 è un'estensione di Chrome sviluppata da SSmJaE, e la sua funzione principale è "显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WELearn网课助手

Scarica i file di estensione WELearn网课助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WELearn网课助手 WELearn网课助手
ID kojnddpihdfgebnbpanjhnhpjaiiekkf
URL Ufficiale https://chromewebstore.google.com/detail/welearn%E7%BD%91%E8%AF%BE%E5%8A%A9%E6%89%8B/kojnddpihdfgebnbpanjhnhpjaiiekkf
Descrizione 显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置
Dimensione del File 106 KB
Conteggio Installazioni 848
Versione Corrente 0.9.3
Ultimo Aggiornamento 2022-04-26
Data di Pubblicazione 2021-11-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SSmJaE
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/SSmJaE/WELearnHelper
URL della Pagina di Aiuto https://github.com/SSmJaE/WELearnHelper
Lingue Supportate 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'"
}