Resources downloader

Download the resources displayed on a page easily!

Что такое Resources downloader?

Resources downloader - это расширение Chrome, разработанное https://cod3.net, и его основная функция - "Download the resources displayed on a page easily!".

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

screenshot

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

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

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

                        List and save the images, gifs, videos, music displayed in your browser. Works with most websites like imgur, 4chan and reddit.

Resource Downloader adds a panel to DevTools, right-click on your page, select "Inspect", click on the "Resources" tab and you're set.

Reload your page and check the resources you want to download.

You can also filter and sort the resources by name, url, mime type, size etc.                    

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

Название Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
Официальный URL https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
Описание Download the resources displayed on a page easily!
Размер файла 200 KB
Количество установок 4,562
Текущая Версия 0.0.6
Последнее Обновление 2022-06-01
Дата публикации 2017-04-10
Рейтинг 3.57/5 Всего 14 оценок
Разработчик https://cod3.net
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://twitter.com/j_____________n
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/action\/browser_action.html",
        "default_title": "Resource downloader"
    },
    "description": "Download the resources displayed on a page easily!",
    "devtools_page": "src\/devtools\/devtools.html",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Resources downloader",
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.6"
}