Resources downloader

Download the resources displayed on a page easily!

What is Resources downloader?

Resources downloader is a Chrome extension developed by https://cod3.net, and its main feature is "Download the resources displayed on a page easily!".

Extension Screenshots

screenshot

Download Resources downloader Extension CRX File

Download Resources downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
Official URL https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
Description Download the resources displayed on a page easily!
File Size 200 KB
Installation Count 4,562
Current Version 0.0.6
Last Updated 2022-06-01
Publish Date 2017-04-10
Rating 3.57/5 Total 14 Ratings
Developer https://cod3.net
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/j_____________n
Supported Languages 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"
}