Drive Direct Download
Get direct download links from Google Drive
Co to jest Drive Direct Download?
Drive Direct Download to rozszerzenie Chrome opracowane przez alexisclarembeau, a jego główną funkcją jest „Get direct download links from Google Drive”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Drive Direct Download
Pobierz pliki rozszerzeń Drive Direct Download w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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, …
Podstawowe informacje o rozszerzeniu
Nazwa | Drive Direct Download |
ID | mpfdlhhpbhgghplbambikplcfpbjiail |
Oficjalny URL | https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail |
Opis | Get direct download links from Google Drive |
Rozmiar pliku | 11.36 KB |
Liczba instalacji | 7,425 |
Aktualna Wersja | 1.1.4 |
Ostatnia Aktualizacja | 2022-08-02 |
Data Publikacji | 2020-08-14 |
Ocena | 3.38/5 Łącznie 16 Oceny |
Deweloper | alexisclarembeau |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |