Drive Direct Download
Get direct download links from Google Drive
Cos'è Drive Direct Download?
Drive Direct Download è un'estensione di Chrome sviluppata da alexisclarembeau, e la sua funzione principale è "Get direct download links from Google Drive".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Drive Direct Download
Scarica i file di estensione Drive Direct Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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, …                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | mpfdlhhpbhgghplbambikplcfpbjiail | 
| URL Ufficiale | https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail | 
| Descrizione | Get direct download links from Google Drive | 
| Dimensione del File | 11.36 KB | 
| Conteggio Installazioni | 7,425 | 
| Versione Corrente | 1.1.4 | 
| Ultimo Aggiornamento | 2022-08-02 | 
| Data di Pubblicazione | 2020-08-14 | 
| Valutazione | 3.38/5 Totale 16 Valutazioni | 
| Sviluppatore | alexisclarembeau | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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
}  |  |