Gearbest Images Downloader

Save Gearbest images in one click.

Τι είναι το Gearbest Images Downloader;

Το Gearbest Images Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mxnpro.ovh, και η κύρια λειτουργία του είναι "Save Gearbest images in one click.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Easily save Gearbest images to your computer.
Save hundred of hours downloading Gearbest product's images in one click!

▬▬▬▬▬ FEATURES ▬▬▬▬▬

FREE version:
- Download main images 
- Download description images
- Get the best image quality

PRO version:
- Remove image watermarks
- Download all variants images in one click
- Organise downloads with subdirectories
- Open download directory after download
- Download as .ZIP file

▬▬▬▬▬ CONTACT ▬▬▬▬▬

If you have any questions, or suggestions to improve the app, please let us know at [email protected]!                    

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

Όνομα Gearbest Images Downloader Gearbest Images Downloader
ID jdclbkahonlboaecciolgamomaicjicn
Επίσημο URL https://chromewebstore.google.com/detail/gearbest-images-downloade/jdclbkahonlboaecciolgamomaicjicn
Περιγραφή Save Gearbest images in one click.
Μέγεθος Αρχείου 304 KB
Αριθμός Εγκαταστάσεων 122
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-12-22
Ημερομηνία Δημοσίευσης 2020-12-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://mxnpro.ovh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mxnpro.ovh/gearbest
Διεύθυνση URL της Σελίδας Βοήθειας https://mxnpro.ovh/gearbest/support
URL της Σελίδας Πολιτικής Απορρήτου https://mxnpro.ovh/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Gearbest DL",
    "version": "1.0.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "*:\/\/*.gearbest.com\/*",
        "*:\/\/*.gbtcdn.com\/*",
        "*:\/\/mxnpro.ovh\/gearbest\/checkout",
        "http:\/\/localhost:3000\/*"
    ],
    "options_ui": {
        "page": "index.html?route=options",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html?route=popup"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.gearbest.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/mxnpro.ovh\/gearbest\/checkout",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "checkoutContent.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "images\/*"
    ]
}