Drive Direct Download
Get direct download links from Google Drive
Что такое Drive Direct Download?
Drive Direct Download - это расширение Chrome, разработанное alexisclarembeau, и его основная функция - "Get direct download links from Google Drive".
Снимки экрана расширения
Скачать файл CRX расширения Drive Direct Download
Скачайте файлы расширений Drive Direct Download в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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, …
Основная информация о расширении
Название | Drive Direct Download |
ID | mpfdlhhpbhgghplbambikplcfpbjiail |
Официальный URL | https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail |
Описание | Get direct download links from Google Drive |
Размер файла | 11.36 KB |
Количество установок | 7,425 |
Текущая Версия | 1.1.4 |
Последнее Обновление | 2022-08-02 |
Дата публикации | 2020-08-14 |
Рейтинг | 3.38/5 Всего 16 оценок |
Разработчик | alexisclarembeau |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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 } |