Download Link Generator

Generate direct download link from Dropbox, Google Drive, OneDrive file share link.

O que é Download Link Generator?

Download Link Generator é uma extensão do Chrome desenvolvida por https://hahahumble.com, e sua principal característica é "Generate direct download link from Dropbox, Google Drive, OneDrive file share link.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Download Link Generator

Baixe arquivos de extensão Download Link Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ✨ Features
* ⏬ Quickly generate direct download link from file share link.
* ⚡️ Copy the generated link with one click.
* 💻 Support Dropbox, Google Drive and OneDrive.
* 🌛 Beautiful user interface and supports dark mode.

🚀 Quick Links
- This extension is open source, click the link below to check it out
* https://github.com/hahahumble/Download-Link-Generator

🌟 Update
- Version 0.1.4
* 🐛 Fixed some bugs
* 🏞️ Update the app icon

❗️ Notice
* This extension required the "storage" and "clipboard" privilege. It won't collect, read or transmit any data of any kind.                    

Informações Básicas da Extensão

Nome Download Link Generator Download Link Generator
ID pdpkjopaadpdkcjpinofggoejdjfklpp
URL Oficial https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp
Descrição Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Tamanho do Arquivo 559 KB
Contagem de Instalações 3,000
Versão Atual 0.1.4
Última Atualização 2022-12-02
Data de Publicação 2022-09-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://hahahumble.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/hahahumble/Download-Link-Generator
URL da Página de Ajuda https://github.com/hahahumble/Download-Link-Generator
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.1.4",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "icons": {
        "128": "icon128.png",
        "196": "icon196.png",
        "512": "icon512.png"
    },
    "action": {
        "default_icon": {
            "192": "icon196.png"
        },
        "default_title": "Popup",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}