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 là gì?

ilmsfreeze Download Helper là một tiện ích mở rộng Chrome được phát triển bởi afq984, và tính năng chính của nó là "Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ilmsfreeze Download Helper

Tải xuống các tệp mở rộng ilmsfreeze Download Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ilmsfreeze Download Helper ilmsfreeze Download Helper
ID jmchkngdnmcmenihgjknjoamfdkpojcn
URL Chính Thức https://chromewebstore.google.com/detail/ilmsfreeze-download-helpe/jmchkngdnmcmenihgjknjoamfdkpojcn
Mô tả Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension…
Kích Thước Tệp 7.72 KB
Số Lần Cài Đặt 395
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2021-08-02
Ngày Phát Hành 2021-08-01
Nhà Phát Triển afq984
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ilmsfreeze.afq984.org
URL Trang Trợ Giúp https://github.com/afq984/ilmsfreeze/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}