Drive Direct Download

Get direct download links from Google Drive

Qu'est-ce que Drive Direct Download ?

Drive Direct Download est une extension Chrome développée par alexisclarembeau, et sa fonction principale est "Get direct download links from Google Drive".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Drive Direct Download

Téléchargez les fichiers d'extension Drive Direct Download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Drive Direct Download Drive Direct Download
ID mpfdlhhpbhgghplbambikplcfpbjiail
URL Officiel https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail
Description Get direct download links from Google Drive
Taille du Fichier 11.36 KB
Nombre d'Installations 7,425
Version Actuelle 1.1.4
Dernière Mise à Jour 2022-08-02
Date de Publication 2020-08-14
Évaluation 3.38/5 Total 16 Évaluations
Développeur alexisclarembeau
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}