Drive Direct Download
Get direct download links from Google Drive
Hvad er Drive Direct Download?
Drive Direct Download er en Chrome-udvidelse udviklet af alexisclarembeau, og dens hovedfunktion er "Get direct download links from Google Drive".
Udvidelsesskærmbilleder
Download Drive Direct Download-udvidelses-CRX-fil
Download Drive Direct Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Drive Direct Download |
ID | mpfdlhhpbhgghplbambikplcfpbjiail |
Officiel URL | https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail |
Beskrivelse | Get direct download links from Google Drive |
Filstørrelse | 11.36 KB |
Antal Installationer | 7,425 |
Nuværende Version | 1.1.4 |
Senest Opdateret | 2022-08-02 |
Udgivelsesdato | 2020-08-14 |
Bedømmelse | 3.38/5 Samlet 16 Bedømmelser |
Udvikler | alexisclarembeau |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |