Studyfree

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

Cos'è Studyfree?

Studyfree è un'estensione di Chrome sviluppata da https://studyfree.app, e la sua funzione principale è "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Studyfree

Scarica i file di estensione Studyfree 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

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

Informazioni di Base sull'Estensione

Nome Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
URL Ufficiale https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
Descrizione Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Dimensione del File 6.74 KB
Conteggio Installazioni 726
Versione Corrente 1.1.1
Ultimo Aggiornamento 2024-02-19
Data di Pubblicazione 2023-11-10
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore https://studyfree.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.studyfree.app/
Lingue Supportate 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\/*"
            ]
        }
    ]
}