imoocHelper
慕课网助手
What is imoocHelper?
imoocHelper is a Chrome extension developed by 悟空, and its main feature is "慕课网助手".
Extension Screenshots
Download imoocHelper Extension CRX File
Download imoocHelper 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
慕课网助手,实现以下功能: 1. 去除付费课程浮动id 2. 自动播放下一个视频,无需手动点击
Extension Basic Information
Name | imoocHelper |
ID | fbaldghfjekodmigfhkkbgcccjnabmjk |
Official URL | https://chromewebstore.google.com/detail/imoochelper/fbaldghfjekodmigfhkkbgcccjnabmjk |
Description | 慕课网助手 |
File Size | 38.76 KB |
Installation Count | 295 |
Current Version | 1.0 |
Last Updated | 2018-04-07 |
Publish Date | 2018-04-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 悟空 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/aocoding/imoocHelper |
Help Page URL | https://github.com/aocoding/imoocHelper |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imoocHelper", "version": "1.0", "description": "\u6155\u8bfe\u7f51\u52a9\u624b", "icons": { "16": "images\/study16.png", "48": "images\/study48.png", "128": "images\/study128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.imooc.com\/*" ], "css": [ "css\/imoocHelper.css" ], "js": [ "js\/jquery.min.js", "js\/imoocHelper.js" ] } ] } |