Studyfree

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

Wat is Studyfree?

Studyfree is een Chrome-extensie ontwikkeld door https://studyfree.app, en de belangrijkste functie is "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Studyfree

Download Studyfree-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
Officiële URL https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
Beschrijving Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Bestandsgrootte 6.74 KB
Aantal Installaties 726
Huidige Versie 1.1.1
Laatst Bijgewerkt 2024-02-19
Publicatiedatum 2023-11-10
Beoordeling 4.11/5 Totaal 9 Beoordelingen
Ontwikkelaar https://studyfree.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.studyfree.app/
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}