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

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου 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 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
}