Downloads

Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.

Τι είναι το Downloads;

Το Downloads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Useful Apps, και η κύρια λειτουργία του είναι "Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.".

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

screenshot

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

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

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

                        Try this simple manager for my downloads today.

Here are the core features of this Downloads software.

- Quick access to the Downloads browser page when you click on the extension icon
- It allows you to auto clear your Downloads folder every 20 seconds. This time duration can be set by you via the options page.
- Use the context menu to save any images you want to My Downloads folder.

To access the options page for this extension, simply right click, choose "Downloads" and then mouse over the "Options page" button.

Save time managing your downloads today by using this simple downloads software.                    

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

Όνομα Downloads Downloads
ID miiggjhfiganjofhpckipgglilmgckcb
Επίσημο URL https://chromewebstore.google.com/detail/downloads/miiggjhfiganjofhpckipgglilmgckcb
Περιγραφή Clear the downloads list of all completed downloads. Save images in downloads. Open downloads.
Μέγεθος Αρχείου 137 KB
Αριθμός Εγκαταστάσεων 8,810
Τρέχουσα Έκδοση 3.0.2
Τελευταία Ενημέρωση 2022-05-23
Ημερομηνία Δημοσίευσης 2022-05-22
Αξιολόγηση 4.45/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής Free Useful Apps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "version": "3.0.2",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "browsingData",
        "downloads",
        "downloads.shelf",
        "storage"
    ],
    "action": {
        "default_icon": {
            "19": "icons\/icon-19.png"
        }
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "options_ui": {
        "page": "ui\/options.html"
    },
    "homepage_url": "https:\/\/my-downloads.freespeedcheck.net\/"
}