Best Files Downloader

Best Files Downloader is an extension that enables you easily and quickly download multiple files from websites. Also it allows you…

Τι είναι το Best Files Downloader;

Το Best Files Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον austinlambert580, και η κύρια λειτουργία του είναι "Best Files Downloader is an extension that enables you easily and quickly download multiple files from websites. Also it allows you…".

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

screenshot

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

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

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

                        Best Files Downloader is an extension that enables you easily and quickly download multiple files from websites.
Also it allows you to keep track of downloads and get quick access to manage or create new downloads.

Best Files Downloader helps you download packages and manage them with only one click, both on a chrome page and on your computer downloaded folders.

With this extension, you can easily make order with your downloaded files by getting to the chrome downloads page and search for a specific file from the list, delete unwanted files and order them as you wish. 

~~ Contact Us ~~

Email: [email protected]

For more information please visit our site: https://bestfilesdownloader.network/                    

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

Όνομα Best Files Downloader Best Files Downloader
ID ppbjfakmnlbgdcbhdjhniaibfgjebpah
Επίσημο URL https://chrome.google.com/webstore/detail/best-files-downloader/ppbjfakmnlbgdcbhdjhniaibfgjebpah
Περιγραφή Best Files Downloader is an extension that enables you easily and quickly download multiple files from websites. Also it allows you…
Μέγεθος Αρχείου 895 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.0.0.18
Τελευταία Ενημέρωση 2022-05-27
Ημερομηνία Δημοσίευσης 2022-05-25
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής austinlambert580
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bestfilesdownloader.network/
Διεύθυνση URL της Σελίδας Βοήθειας https://bestfilesdownloader.network/#section-features
URL της Σελίδας Πολιτικής Απορρήτου https://bestfilesdownloader.network
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Best Files Downloader",
    "description": "",
    "version": "1.0.0.18",
    "manifest_version": 3,
    "default_locale": "en",
    "offline_enabled": true,
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "img\/16.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "downloads",
        "tabs"
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    }
}