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
公式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
Eメール [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\/*"
    ]
}