ilmsfreeze Download Helper
Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension…
什么是ilmsfreeze Download Helper?
ilmsfreeze Download Helper是由afq984开发的Chrome扩展程序,该扩展的主要功能是“Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension…”。
扩展截图
下载ilmsfreeze Download Helper扩展crx文件
下载ilmsfreeze Download Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw)
This extension lets ilmsfreeze access iLMS by:
1. setting the Access-Control-Allow-Origin response header
2. setting the PHPSESSID cookie for requests from ilmsfreeze to iLMS (to access non-public data on iLMS) 扩展基本信息
| 名称 | |
| ID | jmchkngdnmcmenihgjknjoamfdkpojcn |
| 官方URL | https://chromewebstore.google.com/detail/ilmsfreeze-download-helpe/jmchkngdnmcmenihgjknjoamfdkpojcn |
| 简介 | Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension… |
| 文件大小 | 7.72 KB |
| 安装次数 | 395 |
| 当前版本 | 1 |
| 更新时间 | 2021-08-02 |
| 上架时间 | 2021-08-01 |
| 开发者 | afq984 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ilmsfreeze.afq984.org |
| 帮助页面URL | https://github.com/afq984/ilmsfreeze/issues |
| 支持的语言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ilmsfreeze Download Helper",
"version": "1",
"background": {
"service_worker": "background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "rule_NTHU",
"enabled": true,
"path": "rules\/NTHU.json"
}
]
},
"content_scripts": [
{
"matches": [
"https:\/\/ilmsfreeze.afq984.org\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"declarativeNetRequest",
"cookies"
],
"host_permissions": [
"*:\/\/lms.nthu.edu.tw\/*",
"https:\/\/ilmsfreeze.afq984.org\/*"
]
} | |