Download Link Generator

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

Was ist Download Link Generator?

Download Link Generator ist eine Chrome-Erweiterung, die von https://hahahumble.com entwickelt wurde, und ihr Hauptmerkmal ist "Generate direct download link from Dropbox, Google Drive, OneDrive file share link.".

Erweiterungsscreenshots

screenshot
screenshot

Download Link Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download Link Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ✨ 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.                    

Grundlegende Informationen zur Erweiterung

Name Download Link Generator Download Link Generator
ID pdpkjopaadpdkcjpinofggoejdjfklpp
Offizielle URL https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp
Beschreibung Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Dateigröße 559 KB
Installationsanzahl 3,000
Aktuelle Version 0.1.4
Letztes Update 2022-12-02
Veröffentlichungsdatum 2022-09-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://hahahumble.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/hahahumble/Download-Link-Generator
Hilfeseite URL https://github.com/hahahumble/Download-Link-Generator
Unterstützte Sprachen 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"
}