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…”。

擴展截圖

screenshot
screenshot
screenshot

下載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)                    

擴展基本資訊

名稱 ilmsfreeze Download Helper ilmsfreeze Download Helper
ID jmchkngdnmcmenihgjknjoamfdkpojcn
官方網址 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\/*"
    ]
}