Drive Direct Download

Get direct download links from Google Drive

Apa itu Drive Direct Download?

Drive Direct Download adalah ekstensi Chrome yang dikembangkan oleh alexisclarembeau, dan fitur utamanya adalah "Get direct download links from Google Drive".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Drive Direct Download

Unduh file ekstensi Drive Direct Download 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

                        Turn Google Drive into a real file hosting service. 
Skip the preview system and get access to direct download links from your Google account. 
Directly download images, text files, … 
Make them available over the web for embedding in a webpage, for use in code, …                    

Informasi Dasar Ekstensi

Nama Drive Direct Download Drive Direct Download
ID mpfdlhhpbhgghplbambikplcfpbjiail
URL Resmi https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail
Deskripsi Get direct download links from Google Drive
Ukuran File 11.36 KB
Jumlah Instalasi 7,425
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2022-08-02
Tanggal Publikasi 2020-08-14
Penilaian 3.38/5 Total 16 Penilaian
Pengembang alexisclarembeau
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drive Direct Download",
    "version": "1.1.4",
    "description": "Get direct download links from Google Drive",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/*"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}