auto-resume downloads

This extension allows the user to auto resume downloads that have failed due to non-human error.

Τι είναι το auto-resume downloads;

Το auto-resume downloads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mabney11, και η κύρια λειτουργία του είναι "This extension allows the user to auto resume downloads that have failed due to non-human error.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης auto-resume downloads

Λήψη αρχείων επέκτασης auto-resume downloads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension allows the user to auto resume downloads that have failed due to non-human error. Failed downloads will attempt to resume within one minute of failing.

Does not resume downloads that have been cancelled manually or that have been cancelled via browser shut down.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα auto-resume downloads auto-resume downloads
ID cklhieaaomjcmlaeopmeidpfdjjogjaf
Επίσημο URL https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf
Περιγραφή This extension allows the user to auto resume downloads that have failed due to non-human error.
Μέγεθος Αρχείου 3.39 KB
Αριθμός Εγκαταστάσεων 11,989
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2018-08-25
Ημερομηνία Δημοσίευσης 2018-08-24
Αξιολόγηση 3.27/5 Συνολικά 131 Αξιολογήσεις
Προγραμματιστής mabney11
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "auto-resume downloads",
    "description": "This extension allows the user to auto resume downloads that have failed due to non-human error.",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "auto-resume-download.js"
        ]
    },
    "permissions": [
        "downloads",
        "alarms"
    ]
}