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…

O que é ilmsfreeze Download Helper?

ilmsfreeze Download Helper é uma extensão do Chrome desenvolvida por afq984, e sua principal característica é "Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ilmsfreeze Download Helper

Baixe arquivos de extensão ilmsfreeze Download Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome ilmsfreeze Download Helper ilmsfreeze Download Helper
ID jmchkngdnmcmenihgjknjoamfdkpojcn
URL Oficial https://chromewebstore.google.com/detail/ilmsfreeze-download-helpe/jmchkngdnmcmenihgjknjoamfdkpojcn
Descrição Allow ilmsfreeze (https://ilmsfreeze.afq984.org) to access and back up your data on iLMS (https://lms.nthu.edu.tw) This extension…
Tamanho do Arquivo 7.72 KB
Contagem de Instalações 395
Versão Atual 1
Última Atualização 2021-08-02
Data de Publicação 2021-08-01
Desenvolvedor afq984
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ilmsfreeze.afq984.org
URL da Página de Ajuda https://github.com/afq984/ilmsfreeze/issues
Idiomas Suportados 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\/*"
    ]
}