Studyfree

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

Apa itu Studyfree?

Studyfree adalah ekstensi Chrome yang dikembangkan oleh https://studyfree.app, dan fitur utamanya adalah "Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Studyfree

Unduh file ekstensi Studyfree dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Studyfree Studyfree
ID ibcmmpijjjdadapemdfkcljhfghcbhko
URL Resmi https://chromewebstore.google.com/detail/studyfree/ibcmmpijjjdadapemdfkcljhfghcbhko
Deskripsi Replaces download button on Studydrive to redirect directly to the document that was already loaded in the background.
Ukuran File 6.74 KB
Jumlah Instalasi 726
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2024-02-19
Tanggal Publikasi 2023-11-10
Penilaian 4.11/5 Total 9 Penilaian
Pengembang https://studyfree.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.studyfree.app/
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}