Drive Direct Download
Get direct download links from Google Drive
Wat is Drive Direct Download?
Drive Direct Download is een Chrome-extensie ontwikkeld door alexisclarembeau, en de belangrijkste functie is "Get direct download links from Google Drive".
Extensie Screenshots
Download het CRX-bestand van de extensie Drive Direct Download
Download Drive Direct Download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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, …
Basisinformatie over de Extensie
Naam | Drive Direct Download |
ID | mpfdlhhpbhgghplbambikplcfpbjiail |
Officiële URL | https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail |
Beschrijving | Get direct download links from Google Drive |
Bestandsgrootte | 11.36 KB |
Aantal Installaties | 7,425 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2022-08-02 |
Publicatiedatum | 2020-08-14 |
Beoordeling | 3.38/5 Totaal 16 Beoordelingen |
Ontwikkelaar | alexisclarembeau |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |