Progressive Downloader

Bridge between Google Chrome and Progressive Downloader.

Τι είναι το Progressive Downloader;

Το Progressive Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.macpsd.net, και η κύρια λειτουργία του είναι "Bridge between Google Chrome and Progressive Downloader.".

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

screenshot

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

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

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

                        This extension reveals a new context menu item "Download in Progressive Downloader". Click this item to launch Progressive Downloader (if it's not running yet) and add the underlying link to the task queue.

Please read the before installation steps at http://www.macpsd.net/?page=integration.

Version history:

2.0:
* Updated to be used with the latest versions of Chrome.

1.14:
* Unnecessary permission removed.

1.13:
* A fix for an issue when files not intercepted in new versions of Chrome.

1.12:
* A fix for an issue when some files are not intercepted.

1.10 & 1.11:
* Fixes for incorrect file name detection in the interception mechanism.

1.9:
* A fix for an issue when the extension try to intercept all downloads already completed in browser.

1.8:
* A fix for an issue when extension doesn't intercept file though its type is in the list.

1.7:
* A fix for an issue with multiple download new task dialog windows after one clicks the context menu item.
* A fix for an issue with incorrect file type list syncing.

1.6:
Extension is able to intercept downloads without need of using the deprecated NPAPI plug-in (support of such plug-ins will be dropped from browser in 2015). However, you still need to configure file types to intercept in the Interceptor plug-in preferences (see Application menu -> Plug-in -> The Interceptor -> Preferences.                    

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

Όνομα Progressive Downloader Progressive Downloader
ID ocpnplcljpgmejnfoadocihndccomoap
Επίσημο URL https://chromewebstore.google.com/detail/progressive-downloader/ocpnplcljpgmejnfoadocihndccomoap
Περιγραφή Bridge between Google Chrome and Progressive Downloader.
Μέγεθος Αρχείου 21.82 KB
Αριθμός Εγκαταστάσεων 3,447
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2024-02-03
Ημερομηνία Δημοσίευσης 2017-03-02
Αξιολόγηση 4.04/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής https://www.macpsd.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.macpsd.net/?page=integration
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Progressive Downloader",
    "description": "Bridge between Google Chrome and Progressive Downloader.",
    "version": "2.0",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "tabs",
        "cookies",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "worker.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}