Resources downloader

Download the resources displayed on a page easily!

Cos'è Resources downloader?

Resources downloader è un'estensione di Chrome sviluppata da https://cod3.net, e la sua funzione principale è "Download the resources displayed on a page easily!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Resources downloader

Scarica i file di estensione Resources downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
URL Ufficiale https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
Descrizione Download the resources displayed on a page easily!
Dimensione del File 200 KB
Conteggio Installazioni 4,562
Versione Corrente 0.0.6
Ultimo Aggiornamento 2022-06-01
Data di Pubblicazione 2017-04-10
Valutazione 3.57/5 Totale 14 Valutazioni
Sviluppatore https://cod3.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/j_____________n
Lingue Supportate 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"
}