imoocHelper
慕课网助手
imoocHelperとは何ですか?
imoocHelperは悟空によって開発されたChromeの拡張機能で、その主な機能は「慕课网助手」です。
拡張機能のスクリーンショット
imoocHelper拡張機能のCRXファイルをダウンロード
imoocHelper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
慕课网助手,实现以下功能: 1. 去除付费课程浮动id 2. 自动播放下一个视频,无需手动点击
拡張機能の基本情報
名前 | imoocHelper |
ID | fbaldghfjekodmigfhkkbgcccjnabmjk |
公式URL | https://chromewebstore.google.com/detail/imoochelper/fbaldghfjekodmigfhkkbgcccjnabmjk |
説明 | 慕课网助手 |
ファイルサイズ | 38.76 KB |
インストール数 | 295 |
現在のバージョン | 1.0 |
最終更新日 | 2018-04-07 |
公開日 | 2018-04-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | 悟空 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/aocoding/imoocHelper |
ヘルプページのURL | https://github.com/aocoding/imoocHelper |
対応言語 | 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" ] } ] } |