Resources downloader

Download the resources displayed on a page easily!

Vad är Resources downloader?

Resources downloader är en Chrome-tillägg utvecklad av https://cod3.net, och dess huvudfunktion är "Download the resources displayed on a page easily!".

Tilläggsskärmbilder

screenshot

Ladda ner Resources downloader-förlängningens CRX-fil

Ladda ner Resources downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
Officiell webbadress https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
Beskrivning Download the resources displayed on a page easily!
Filstorlek 200 KB
Antal Installationer 4,562
Aktuell Version 0.0.6
Senast Uppdaterad 2022-06-01
Publiceringsdatum 2017-04-10
Betyg 3.57/5 Totalt 14 Betyg
Utvecklare https://cod3.net
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://twitter.com/j_____________n
Stödda Språk 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"
}