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…
Co to jest ilmsfreeze Download Helper?
ilmsfreeze Download Helper to rozszerzenie Chrome opracowane przez afq984, a jego główną funkcją jest „Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ilmsfreeze Download Helper
Pobierz pliki rozszerzeń ilmsfreeze Download Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | ilmsfreeze Download Helper |
ID | jmchkngdnmcmenihgjknjoamfdkpojcn |
Oficjalny URL | https://chromewebstore.google.com/detail/ilmsfreeze-download-helpe/jmchkngdnmcmenihgjknjoamfdkpojcn |
Opis | Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension… |
Rozmiar pliku | 7.72 KB |
Liczba instalacji | 395 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2021-08-02 |
Data Publikacji | 2021-08-01 |
Deweloper | afq984 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://ilmsfreeze.afq984.org |
Adres URL Strony Pomocy | https://github.com/afq984/ilmsfreeze/issues |
Obsługiwane Języki | 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\/*" ] } |