Gearbest Images Downloader
Save Gearbest images in one click.
Qu'est-ce que Gearbest Images Downloader ?
Gearbest Images Downloader est une extension Chrome développée par https://mxnpro.ovh, et sa fonction principale est "Save Gearbest images in one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gearbest Images Downloader
Téléchargez les fichiers d'extension Gearbest Images Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]!
Informations de Base sur l'Extension
Nom | Gearbest Images Downloader |
ID | jdclbkahonlboaecciolgamomaicjicn |
URL Officiel | https://chromewebstore.google.com/detail/gearbest-images-downloade/jdclbkahonlboaecciolgamomaicjicn |
Description | Save Gearbest images in one click. |
Taille du Fichier | 304 KB |
Nombre d'Installations | 122 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2022-12-22 |
Date de Publication | 2020-12-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://mxnpro.ovh |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mxnpro.ovh/gearbest |
URL de la Page d'Aide | https://mxnpro.ovh/gearbest/support |
URL de la Page de Politique de Confidentialité | https://mxnpro.ovh/privacy |
Langues Prises en Charge | 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\/*" ] } |