Resources downloader

Download the resources displayed on a page easily!

Co to jest Resources downloader?

Resources downloader to rozszerzenie Chrome opracowane przez https://cod3.net, a jego główną funkcją jest „Download the resources displayed on a page easily!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Resources downloader

Pobierz pliki rozszerzeń Resources downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
Oficjalny URL https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
Opis Download the resources displayed on a page easily!
Rozmiar pliku 200 KB
Liczba instalacji 4,562
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2022-06-01
Data Publikacji 2017-04-10
Ocena 3.57/5 Łącznie 14 Oceny
Deweloper https://cod3.net
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://twitter.com/j_____________n
Obsługiwane Języki 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"
}