Studyfree

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

What is Studyfree?

Studyfree is a Chrome extension developed by https://studyfree.app, and its main feature is "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".

Extension Screenshots

screenshot

Download Studyfree Extension CRX File

Download Studyfree extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
Official URL https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
Description Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
File Size 6.74 KB
Installation Count 726
Current Version 1.1.1
Last Updated 2024-02-19
Publish Date 2023-11-10
Rating 4.11/5 Total 9 Ratings
Developer https://studyfree.app
Email [email protected]
Payment Type free
Extension Website https://www.studyfree.app/
Supported Languages 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\/*"
            ]
        }
    ]
}