Drive Direct Download

Get direct download links from Google Drive

What is Drive Direct Download?

Drive Direct Download is a Chrome extension developed by alexisclarembeau, and its main feature is "Get direct download links from Google Drive".

Extension Screenshots

screenshot
screenshot

Download Drive Direct Download Extension CRX File

Download Drive Direct Download 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

                        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, …                    

Extension Basic Information

Name Drive Direct Download Drive Direct Download
ID mpfdlhhpbhgghplbambikplcfpbjiail
Official URL https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail
Description Get direct download links from Google Drive
File Size 11.36 KB
Installation Count 7,425
Current Version 1.1.4
Last Updated 2022-08-02
Publish Date 2020-08-14
Rating 3.38/5 Total 16 Ratings
Developer alexisclarembeau
Email [email protected]
Payment Type free
Supported Languages 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
}