Gearbest Images Downloader
Save Gearbest images in one click.
Co je Gearbest Images Downloader?
Gearbest Images Downloader je rozšíření Chrome vyvinuté https://mxnpro.ovh, a jeho hlavní funkcí je „Save Gearbest images in one click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gearbest Images Downloader
Stáhněte si soubory rozšíření Gearbest Images Downloader 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í
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]!
Základní Informace o Rozšíření
Název | Gearbest Images Downloader |
ID | jdclbkahonlboaecciolgamomaicjicn |
Oficiální URL | https://chromewebstore.google.com/detail/gearbest-images-downloade/jdclbkahonlboaecciolgamomaicjicn |
Popis | Save Gearbest images in one click. |
Velikost souboru | 304 KB |
Počet instalací | 122 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2022-12-22 |
Datum Vydání | 2020-12-02 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://mxnpro.ovh |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://mxnpro.ovh/gearbest |
URL Stránky Nápovědy | https://mxnpro.ovh/gearbest/support |
URL Stránky Zásad Ochrany Soukromí | https://mxnpro.ovh/privacy |
Podporované Jazyky | 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\/*" ] } |