Clear Downloads

Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete

Τι είναι το Clear Downloads;

Το Clear Downloads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sindre Sorhus, και η κύρια λειτουργία του είναι "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Clear Downloads

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

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

                        See the website for more info.                    

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

Όνομα Clear Downloads Clear Downloads
ID bknoejjhcfmakcibhifepfkegpjdnadk
Επίσημο URL https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk
Περιγραφή Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
Μέγεθος Αρχείου 11.06 KB
Αριθμός Εγκαταστάσεων 7,942
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2020-11-20
Ημερομηνία Δημοσίευσης 2018-09-24
Αξιολόγηση 4.61/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής Sindre Sorhus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/sindresorhus/clear-downloads
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/sindresorhus/clear-downloads/issues
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Downloads",
    "version": "1.1.0",
    "description": "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads",
    "manifest_version": 2,
    "minimum_chrome_version": "66",
    "permissions": [
        "browsingData"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}