Studyfree

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

Was ist Studyfree?

Studyfree ist eine Chrome-Erweiterung, die von https://studyfree.app entwickelt wurde, und ihr Hauptmerkmal ist "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".

Erweiterungsscreenshots

screenshot

Studyfree-Erweiterungs-CRX-Datei herunterladen

Laden Sie Studyfree-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
Offizielle URL https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
Beschreibung Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Dateigröße 6.74 KB
Installationsanzahl 726
Aktuelle Version 1.1.1
Letztes Update 2024-02-19
Veröffentlichungsdatum 2023-11-10
Bewertung 4.11/5 Insgesamt 9 Bewertungen
Entwickler https://studyfree.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.studyfree.app/
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}