网课小工具

一个 大学生网课 学习工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)

网课小工具 क्या है?

网课小工具 https://blog.icodef.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "一个 大学生网课 学习工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 网课小工具 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        一个 超星(学习通)/智慧树(知到)/中国大学mooc 学习工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)

扩展文档:https://cx.icodef.com/

GitHub开源地址: 
https://github.com/CodFrm/cxmooc-tools
如果帮助到了你,希望能给我们点一个star

GitHub项目地址:https://github.com/CodFrm/cxmooc-tools

telegram群组:https://t.me/wktools                    

एक्सटेंशन की मूल जानकारी

नाम 网课小工具 网课小工具
ID kkicgcijebblepmephnfganiiochecfl
आधिकारिक URL https://chromewebstore.google.com/detail/%E7%BD%91%E8%AF%BE%E5%B0%8F%E5%B7%A5%E5%85%B7/kkicgcijebblepmephnfganiiochecfl
विवरण 一个 大学生网课 学习工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)
फ़ाइल का आकार 119 KB
स्थापना संख्या 40,000
वर्तमान संस्करण 2.5.2
अंतिम अपडेट 2021-07-09
प्रकाशन तिथि 2020-05-24
रेटिंग 4.83/5 कुल 134 रेटिंग्स
डेवलपर https://blog.icodef.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cx.icodef.com/
सहायता पृष्ठ URL https://cx.icodef.com/1-UserGuide/qa.html
गोपनीयता नीति पृष्ठ URL https://cx.icodef.com/ys.html
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7f51\u8bfe\u5c0f\u5de5\u5177",
    "version": "2.5.2",
    "description": "\u4e00\u4e2a \u5927\u5b66\u751f\u7f51\u8bfe \u5b66\u4e60\u5de5\u5177,\u706b\u72d0,\u8c37\u6b4c,\u6cb9\u7334\u652f\u6301.\u5168\u81ea\u52a8\u4efb\u52a1,\u89c6\u9891\u500d\u901f\u79d2\u8fc7,\u4f5c\u4e1a\u8003\u8bd5\u9898\u5e93,\u9a8c\u8bc1\u7801\u81ea\u52a8\u6253\u7801(\u0a67\u141b\u0a6d\u6302\u79d1\u6a21\u5f0f,\u542f\u52a8)",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_title": "\u7f51\u8bfe\u5c0f\u5de5\u5177",
        "default_popup": "src\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/mycourse\/studentstudy?*",
                "*:\/\/*\/work\/doHomeWorkNew?*",
                "*:\/\/*\/work\/selectWorkQuestionYiPiYue?*",
                "*:\/\/*\/exam\/test\/reVersionTestStartNew?*",
                "*:\/\/*\/ztnodedetailcontroller\/visitnodedetail?*",
                "*:\/\/*\/antispiderShowVerify.ac*",
                "*:\/\/*\/html\/processVerify.ac?*",
                "*:\/\/*\/exam\/test\/reVersionPaperMarkContentNew?*",
                "*:\/\/*\/ananas\/modules\/*\/index.html?*",
                "*:\/\/*\/exam\/test?*",
                "*:\/\/*\/course\/*.html?*",
                "*:\/\/examh5.zhihuishu.com\/stuExamWeb.html*",
                "*:\/\/onlineexamh5new.zhihuishu.com\/stuExamWeb.html*",
                "*:\/\/studyh5.zhihuishu.com\/videoStudy.html*",
                "*:\/\/www.icourse163.org\/learn\/*",
                "*:\/\/www.icourse163.org\/spoc\/learn\/*"
            ],
            "js": [
                "src\/start.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        ""
    ],
    "web_accessible_resources": [
        "src\/mooc.js"
    ],
    "homepage_url": "https:\/\/cx.icodef.com",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}