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…

Cos'è ilmsfreeze Download Helper?

ilmsfreeze Download Helper è un'estensione di Chrome sviluppata da afq984, e la sua funzione principale è "Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ilmsfreeze Download Helper

Scarica i file di estensione ilmsfreeze Download Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome ilmsfreeze Download Helper ilmsfreeze Download Helper
ID jmchkngdnmcmenihgjknjoamfdkpojcn
URL Ufficiale https://chromewebstore.google.com/detail/ilmsfreeze-download-helpe/jmchkngdnmcmenihgjknjoamfdkpojcn
Descrizione Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension…
Dimensione del File 7.72 KB
Conteggio Installazioni 395
Versione Corrente 1
Ultimo Aggiornamento 2021-08-02
Data di Pubblicazione 2021-08-01
Sviluppatore afq984
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ilmsfreeze.afq984.org
URL della Pagina di Aiuto https://github.com/afq984/ilmsfreeze/issues
Lingue Supportate 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\/*"
    ]
}