Drive Direct Download

Get direct download links from Google Drive

Co je Drive Direct Download?

Drive Direct Download je rozšíření Chrome vyvinuté alexisclarembeau, a jeho hlavní funkcí je „Get direct download links from Google Drive“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Drive Direct Download

Stáhněte si soubory rozšíření Drive Direct Download ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Drive Direct Download Drive Direct Download
ID mpfdlhhpbhgghplbambikplcfpbjiail
Oficiální URL https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail
Popis Get direct download links from Google Drive
Velikost souboru 11.36 KB
Počet instalací 7,425
Aktuální Verze 1.1.4
Poslední Aktualizace 2022-08-02
Datum Vydání 2020-08-14
Hodnocení 3.38/5 Celkem 16 Hodnocení
Vývojář alexisclarembeau
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}