Drive Direct Download

Get direct download links from Google Drive

Vad är Drive Direct Download?

Drive Direct Download är en Chrome-tillägg utvecklad av alexisclarembeau, och dess huvudfunktion är "Get direct download links from Google Drive".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Drive Direct Download-förlängningens CRX-fil

Ladda ner Drive Direct Download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Drive Direct Download Drive Direct Download
ID mpfdlhhpbhgghplbambikplcfpbjiail
Officiell webbadress https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail
Beskrivning Get direct download links from Google Drive
Filstorlek 11.36 KB
Antal Installationer 7,425
Aktuell Version 1.1.4
Senast Uppdaterad 2022-08-02
Publiceringsdatum 2020-08-14
Betyg 3.38/5 Totalt 16 Betyg
Utvecklare alexisclarembeau
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}