Studyfree

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

Co je Studyfree?

Studyfree je rozšíření Chrome vyvinuté https://studyfree.app, a jeho hlavní funkcí je „Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Studyfree

Stáhněte si soubory rozšíření Studyfree ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
Oficiální URL https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
Popis Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Velikost souboru 6.74 KB
Počet instalací 726
Aktuální Verze 1.1.1
Poslední Aktualizace 2024-02-19
Datum Vydání 2023-11-10
Hodnocení 4.11/5 Celkem 9 Hodnocení
Vývojář https://studyfree.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.studyfree.app/
Podporované Jazyky 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\/*"
            ]
        }
    ]
}