Resources downloader

Download the resources displayed on a page easily!

Was ist Resources downloader?

Resources downloader ist eine Chrome-Erweiterung, die von https://cod3.net entwickelt wurde, und ihr Hauptmerkmal ist "Download the resources displayed on a page easily!".

Erweiterungsscreenshots

screenshot

Resources downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Resources downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
Offizielle URL https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
Beschreibung Download the resources displayed on a page easily!
Dateigröße 200 KB
Installationsanzahl 4,562
Aktuelle Version 0.0.6
Letztes Update 2022-06-01
Veröffentlichungsdatum 2017-04-10
Bewertung 3.57/5 Insgesamt 14 Bewertungen
Entwickler https://cod3.net
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://twitter.com/j_____________n
Unterstützte Sprachen 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"
}