clean the download list

Automatically clean the download list.

Τι είναι το clean the download list;

Το clean the download list είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 上官元恒, και η κύρια λειτουργία του είναι "Automatically clean the download list.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης clean the download list

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

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

                        Automatically clean the download list.                    

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

Όνομα clean the download list clean the download list
ID afgmphafdnlmmcbefefbpnimhgeilahe
Επίσημο URL https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe
Περιγραφή Automatically clean the download list.
Μέγεθος Αρχείου 113 KB
Αριθμός Εγκαταστάσεων 103
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2024-02-05
Ημερομηνία Δημοσίευσης 2018-10-11
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής 上官元恒
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "clean the download list",
    "short_name": "ACDL",
    "description": "Automatically clean the download list.",
    "version": "0.1.1",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "assets\/icon_128.png",
        "16": "assets\/icon_16.png"
    }
}