Bulk Image Downloader

Integrates Bulk Image Downloader (a Windows only app that must be installed separately) with Chrome

Τι είναι το Bulk Image Downloader;

Το Bulk Image Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bulkimagedownloader.com, και η κύρια λειτουργία του είναι "Integrates Bulk Image Downloader (a Windows only app that must be installed separately) with Chrome".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bulk Image Downloader

Λήψη αρχείων επέκτασης Bulk Image Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Please note that BID is not a freeware application. The trial version of BID may be used for free for as long as you like but it has some limitations. Purchase a registration code to unlock full functionality. BID normally costs $39.95 but discounts are often available at bulkimagedownloader.com. Please visit bulkimagedownloader.com for more information.

Bulk Image Downloader (BID) makes it easy to download full sized images from almost any thumbnailed web gallery. Supports most popular image hosts such as imagevenue, imagefap, flickr and too many others to list here. 

This extension adds a button to Chrome allowing you to quickly open the current web page with BID. It also adds BID menu items to Chrome's right click context menu allowing you to open the current page with BID, open the selected link with BID, or send the current page or link to the BID Queue Manager.

--- KEYBOARD SHORTCUTS ---

Alt+Shift+C = Open current page with BID
Alt+Shift+Q = Enqueue current page with BID
Alt+Shift+X = Open current page with BID Link Explorer

BID Context menu shortcuts now have single letter shortcuts to allow quick selection after opening the context menu.

Right click on page, then press D, C = Open current page with BID
Right click on page, then press D, Q = Enqueue current page with BID
Right click on page, then press D, X = Open current page with BID Link Explorer

Right click on link, then press D, D = Open link target with BID
Right click on link, then press D, E = Enqueue link target with BID

IMPORTANT: This extension requires the Bulk Image Downloader Windows application to be installed - download it from http://bulkimagedownloader.com                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bulk Image Downloader Bulk Image Downloader
ID facoldpeadablbngjnohbmgaehknhcaj
Επίσημο URL https://chromewebstore.google.com/detail/bulk-image-downloader/facoldpeadablbngjnohbmgaehknhcaj
Περιγραφή Integrates Bulk Image Downloader (a Windows only app that must be installed separately) with Chrome
Μέγεθος Αρχείου 42.66 KB
Αριθμός Εγκαταστάσεων 67,274
Τρέχουσα Έκδοση 6.17.0.2
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 3.53/5 Συνολικά 428 Αξιολογήσεις
Προγραμματιστής https://bulkimagedownloader.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://bulkimagedownloader.com
Διεύθυνση URL της Σελίδας Βοήθειας https://bulkimagedownloader.com/faq
URL της Σελίδας Πολιτικής Απορρήτου https://bulkimagedownloader.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk Image Downloader",
    "manifest_version": 3,
    "description": "Integrates Bulk Image Downloader (a Windows only app that must be installed separately) with Chrome",
    "version": "6.17.0.2",
    "background": {
        "service_worker": "eventPage.js"
    },
    "icons": {
        "128": "bid_128x.png",
        "48": "bid_48x.png",
        "16": "bid_16x.png"
    },
    "options_page": "options.html",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Open this page with BID",
        "default_icon": "bid_16x.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content_script.js",
                "content_scriptq.js",
                "content_scriptle.js",
                "content_scriptlinkq.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "nativeMessaging",
        "storage",
        "scripting"
    ],
    "commands": {
        "bid-opencurrentpage": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Open Current Page with BID"
        },
        "bid-opencurrentpage2": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            },
            "description": "Open Current Page with BID"
        },
        "bid-enqueuecurrentpage": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            },
            "description": "Enqueue Current Page with BID"
        },
        "bid-linkexplorer": {
            "suggested_key": {
                "default": "Alt+Shift+X"
            },
            "description": "Open Current Page with BID Link Explorer"
        }
    }
}