Resources downloader

Download the resources displayed on a page easily!

Hvad er Resources downloader?

Resources downloader er en Chrome-udvidelse udviklet af https://cod3.net, og dens hovedfunktion er "Download the resources displayed on a page easily!".

Udvidelsesskærmbilleder

screenshot

Download Resources downloader-udvidelses-CRX-fil

Download Resources downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
Officiel URL https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
Beskrivelse Download the resources displayed on a page easily!
Filstørrelse 200 KB
Antal Installationer 4,562
Nuværende Version 0.0.6
Senest Opdateret 2022-06-01
Udgivelsesdato 2017-04-10
Bedømmelse 3.57/5 Samlet 14 Bedømmelser
Udvikler https://cod3.net
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://twitter.com/j_____________n
Understøttede Sprog 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"
}