Drive Direct Download
Get direct download links from Google Drive
Was ist Drive Direct Download?
Drive Direct Download ist eine Chrome-Erweiterung, die von alexisclarembeau entwickelt wurde, und ihr Hauptmerkmal ist "Get direct download links from Google Drive".
Erweiterungsscreenshots
Drive Direct Download-Erweiterungs-CRX-Datei herunterladen
Laden Sie Drive Direct Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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, …
Grundlegende Informationen zur Erweiterung
Name | Drive Direct Download |
ID | mpfdlhhpbhgghplbambikplcfpbjiail |
Offizielle URL | https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail |
Beschreibung | Get direct download links from Google Drive |
Dateigröße | 11.36 KB |
Installationsanzahl | 7,425 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2022-08-02 |
Veröffentlichungsdatum | 2020-08-14 |
Bewertung | 3.38/5 Insgesamt 16 Bewertungen |
Entwickler | alexisclarembeau |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |