Downloading Files

An extension that enables you easily and quickly download multiple files from websites. It also allows you to keep track of…

Что такое Downloading Files?

Downloading Files - это расширение Chrome, разработанное jobshenry4, и его основная функция - "An extension that enables you easily and quickly download multiple files from websites. It also allows you to keep track of…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Downloading Files

Скачайте файлы расширений Downloading Files в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        An extension that enables you easily and quickly download multiple files from websites.
It also allows you to keep track of downloads and get quick access to manage or create new downloads.

Downloading Files 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. 

For more information please visit our site: https://downloadingfiles.me/

~~ Contact Us ~~

Email: [email protected]                    

Основная информация о расширении

Название Downloading Files Downloading Files
ID dappkepdjjdlpamidfaojkefblkijeid
Официальный URL https://chrome.google.com/webstore/detail/downloading-files/dappkepdjjdlpamidfaojkefblkijeid
Описание An extension that enables you easily and quickly download multiple files from websites. It also allows you to keep track of…
Размер файла 955 KB
Количество установок 10,000
Текущая Версия 1.0.0.37
Последнее Обновление 2022-05-05
Дата публикации 2022-05-05
Рейтинг 3.00/5 Всего 2 оценок
Разработчик jobshenry4
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://downloadingfiles.me/
URL страницы помощи https://downloadingfiles.me/#section-features
URL страницы политики конфиденциальности https://downloadingfiles.me
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Downloading Files",
    "description": "",
    "version": "1.0.0.37",
    "manifest_version": 3,
    "default_locale": "en",
    "offline_enabled": true,
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "img\/16.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "downloads"
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    }
}