超星学习通辅助插件
你懂的(同时支持智慧树),源代码:https://github.com/lifegpc/fuckchaoxing
What is 超星学习通辅助插件?
超星学习通辅助插件 is a Chrome extension developed by lifegpc, and its main feature is "你懂的(同时支持智慧树),源代码:https://github.com/lifegpc/fuckchaoxing".
Extension Screenshots
Download 超星学习通辅助插件 Extension CRX File
Download 超星学习通辅助插件 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
你懂的(同时支持智慧树),源代码:https://github.com/lifegpc/fuckchaoxing
Extension Basic Information
Name | 超星学习通辅助插件 |
ID | kejppjboemkbampcomibgpenbmdpimol |
Official URL | https://chromewebstore.google.com/detail/%E8%B6%85%E6%98%9F%E5%AD%A6%E4%B9%A0%E9%80%9A%E8%BE%85%E5%8A%A9%E6%8F%92%E4%BB%B6/kejppjboemkbampcomibgpenbmdpimol |
Description | 你懂的(同时支持智慧树),源代码:https://github.com/lifegpc/fuckchaoxing |
File Size | 140 KB |
Installation Count | 12,362 |
Current Version | 1.1.5 |
Last Updated | 2020-12-17 |
Publish Date | 2020-05-12 |
Rating | 4.69/5 Total 29 Ratings |
Developer | lifegpc |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u8d85\u661f\u5b66\u4e60\u901a\u8f85\u52a9\u63d2\u4ef6", "version": "1.1.5", "description": "\u4f60\u61c2\u7684\uff08\u540c\u65f6\u652f\u6301\u667a\u6167\u6811\uff09\uff0c\u6e90\u4ee3\u7801\uff1ahttps:\/\/github.com\/lifegpc\/fuckchaoxing", "author": "lifegpc", "permissions": [ "https:\/\/*.chaoxing.com\/", "http:\/\/*.chaoxing.com\/", "http:\/\/*.5read.com\/", "storage", "tabs", "https:\/\/*.zhihuishu.com\/", "http:\/\/*.zhihuishu.com\/", "https:\/\/*.edu.cn\/", "http:\/\/*.edu.cn\/", "notifications" ], "background": { "scripts": [ "jso\/jquery-3.5.1.min.js", "js\/settings.js", "js\/background.js", "js\/notice.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.chaoxing.com\/mycourse\/studentstudy*", "http:\/\/*.chaoxing.com\/mycourse\/studentstudy*", "https:\/\/*.edu.cn\/mycourse\/studentstudy*", "http:\/\/*.edu.cn\/mycourse\/studentstudy*" ], "js": [ "jso\/md5.min.js", "jso\/jquery-3.5.1.min.js", "js\/settings.js", "js\/videofuck.js" ] }, { "matches": [ "https:\/\/readsvr-dx.chaoxing.com\/n\/readsvr\/book\/mooc\/*", "http:\/\/readsvr-dx.chaoxing.com\/n\/readsvr\/book\/mooc\/*", "https:\/\/resapi.chaoxing.com\/innerurlNew?showshidu=false&gcebook=*", "http:\/\/resapi.chaoxing.com\/innerurlNew?showshidu=false&gcebook=*" ], "js": [ "jso\/jszip.min.js", "jso\/FileSaver.min.js", "js\/bookfuck.js" ], "all_frames": true }, { "matches": [ "http:\/\/*.5read.com\/image\/ss2jpg.dll*" ], "js": [ "js\/bookimg.js" ] }, { "matches": [ "https:\/\/*.chaoxing.com\/course\/*", "http:\/\/*.chaoxing.com\/course\/*", "https:\/\/*.edu.cn\/course\/*", "http:\/\/*.edu.cn\/course\/*" ], "js": [ "js\/settings.js", "js\/coursefuck.js" ], "css": [ "css\/coursefuck.css" ] }, { "matches": [ "https:\/\/*.chaoxing.com\/work\/doHomeWorkNew*", "http:\/\/*.chaoxing.com\/work\/doHomeWorkNew*", "https:\/\/*.edu.cn\/work\/doHomeWorkNew*", "http:\/\/*.edu.cn\/work\/doHomeWorkNew*" ], "js": [ "js\/settings.js", "js\/homeworkfuck.js" ], "css": [ "css\/homeworkfuck.css" ] }, { "matches": [ "https:\/\/studyh5.zhihuishu.com\/videoStudy.html*", "http:\/\/studyh5.zhihuishu.com\/videoStudy.html*" ], "js": [ "js\/settings.js", "js\/zhsvideofuck.js" ], "css": [ "css\/zhsvideofuck.css" ] }, { "matches": [ "https:\/\/*.ananas.chaoxing.com\/video\/*", "http:\/\/*.ananas.chaoxing.com\/video\/*" ], "js": [ "js\/settings.js", "js\/videoalone.js" ], "css": [ "css\/videoalone.css" ] } ], "options_page": "options.html", "browser_action": { "default_popup": "license.html" }, "icons": { "16": "ico\/16.png", "32": "ico\/32.png", "48": "ico\/48.png", "128": "ico\/128.png" } } |