Studyfree

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

Hvad er Studyfree?

Studyfree er en Chrome-udvidelse udviklet af https://studyfree.app, og dens hovedfunktion er "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".

Udvidelsesskærmbilleder

screenshot

Download Studyfree-udvidelses-CRX-fil

Download Studyfree-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
Officiel URL https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
Beskrivelse Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Filstørrelse 6.74 KB
Antal Installationer 726
Nuværende Version 1.1.1
Senest Opdateret 2024-02-19
Udgivelsesdato 2023-11-10
Bedømmelse 4.11/5 Samlet 9 Bedømmelser
Udvikler https://studyfree.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.studyfree.app/
Understøttede Sprog 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\/*"
            ]
        }
    ]
}