Drive Direct Download

Get direct download links from Google Drive

什麼是Drive Direct Download?

Drive Direct Download是由alexisclarembeau開發的Chrome擴展程式,該擴展的主要功能是“Get direct download links from Google Drive”。

擴展截圖

screenshot
screenshot

下載Drive Direct Download擴展crx文件

下載Drive Direct Download擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Drive Direct Download Drive Direct Download
ID mpfdlhhpbhgghplbambikplcfpbjiail
官方網址 https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail
簡介 Get direct download links from Google Drive
檔案大小 11.36 KB
安裝次數 7,425
目前版本 1.1.4
更新時間 2022-08-02
上架時間 2020-08-14
評分 3.38/5 共 16 次評分
開發者 alexisclarembeau
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}