AMZ Downloader - Amazon Videos and Images

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

Co je AMZ Downloader - Amazon Videos and Images?

AMZ Downloader - Amazon Videos and Images je rozšíření Chrome vyvinuté zemann.p, a jeho hlavní funkcí je „Downloads Amazon product and variations images and videos and exports links to CSV.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AMZ Downloader - Amazon Videos and Images

Stáhněte si soubory rozšíření AMZ Downloader - Amazon Videos and Images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AMZ Downloader - Amazon Videos and Images AMZ Downloader - Amazon Videos and Images
ID ppoekdaclagjhfdjckangfblildnahka
Oficiální URL https://chromewebstore.google.com/detail/amz-downloader-amazon-vid/ppoekdaclagjhfdjckangfblildnahka
Popis Downloads Amazon product and variations images and videos and exports links to CSV.
Velikost souboru 126 KB
Počet instalací 6,083
Aktuální Verze 1.1
Poslední Aktualizace 2023-11-22
Datum Vydání 2023-05-27
Hodnocení 3.33/5 Celkem 12 Hodnocení
Vývojář zemann.p
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://amzdownloader.com
URL Stránky Zásad Ochrany Soukromí https://chrome.amzdownloader.com/privacy
Podporované Jazyky 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"
    ]
}