Studyfree

Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.

O que é Studyfree?

Studyfree é uma extensão do Chrome desenvolvida por https://studyfree.app, e sua principal característica é "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Studyfree

Baixe arquivos de extensão Studyfree 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

                        Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.                    

Informações Básicas da Extensão

Nome Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
URL Oficial https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
Descrição Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Tamanho do Arquivo 6.74 KB
Contagem de Instalações 726
Versão Atual 1.1.1
Última Atualização 2024-02-19
Data de Publicação 2023-11-10
Classificação 4.11/5 Total de 9 Avaliações
Desenvolvedor https://studyfree.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.studyfree.app/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Studyfree",
    "version": "1.1.1",
    "author": "jstinjoy",
    "icons": {
        "128": "assets\/img\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content\/studydrive.js"
            ],
            "matches": [
                "https:\/\/www.studydrive.net\/*\/doc\/*"
            ]
        }
    ]
}