AMZ Downloader - Amazon Videos and Images

Downloads Amazon product and variations images and videos and exports links to CSV.

Vad är AMZ Downloader - Amazon Videos and Images?

AMZ Downloader - Amazon Videos and Images är en Chrome-tillägg utvecklad av zemann.p, och dess huvudfunktion är "Downloads Amazon product and variations images and videos and exports links to CSV.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner AMZ Downloader - Amazon Videos and Images-förlängningens CRX-fil

Ladda ner AMZ Downloader - Amazon Videos and Images-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

                        AMZ Downloader allows you to download images and videos from Amazon product listing. You can download all images and videos of the product and variations on one click. Pictures and videos urls can be also exported to CSV. Videos can be also embeded to a website.

All features:

-Downloads all images and videos of a product and exports urls to CSV.
-Downloads all images and videos of a product variations and exports urls to CSV.
-Downloads all images and videos of a product and variations on one click and exports all urls to CSV.
-Creates html code to embed Amazon product video to a website.

AMZ Downloader supports all Amazon domains.                    

Grundläggande Information om Tillägg

Namn AMZ Downloader - Amazon Videos and Images AMZ Downloader - Amazon Videos and Images
ID ppoekdaclagjhfdjckangfblildnahka
Officiell webbadress https://chromewebstore.google.com/detail/amz-downloader-amazon-vid/ppoekdaclagjhfdjckangfblildnahka
Beskrivning Downloads Amazon product and variations images and videos and exports links to CSV.
Filstorlek 126 KB
Antal Installationer 6,083
Aktuell Version 1.1
Senast Uppdaterad 2023-11-22
Publiceringsdatum 2023-05-27
Betyg 3.33/5 Totalt 12 Betyg
Utvecklare zemann.p
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://amzdownloader.com
URL till Sekretesspolicy Sidan https://chrome.amzdownloader.com/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMZ Downloader - Amazon Videos and Images",
    "description": "Downloads Amazon product and variations images and videos and exports links to CSV.",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/chrome.amzdownloader.com\/*"
        ]
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "downloads",
        "scripting"
    ]
}