Baba Image Downloader
Download product images and videos from Chinese ecommerce
Baba Image Downloader क्या है?
Baba Image Downloader todd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download product images and videos from Chinese ecommerce"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Baba Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A free extension to help you download main, variant and description images & videos from Chinese ecommerce websites such as alibaba.com and aliexpress.com - You can click on the icons that will show up on the page, or you can download using the buttons in the popup. - The images will be saved as a zip on your computer. - You can also download the description text. We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Alibaba Group, or any of its subsidiaries or its affiliates.
एक्सटेंशन की मूल जानकारी
नाम | Baba Image Downloader |
ID | ignkhlhlaoifkkgfojaefffeomlhamha |
आधिकारिक URL | https://chromewebstore.google.com/detail/baba-image-downloader/ignkhlhlaoifkkgfojaefffeomlhamha |
विवरण | Download product images and videos from Chinese ecommerce |
फ़ाइल का आकार | 241 KB |
स्थापना संख्या | 3,659 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2024-01-02 |
प्रकाशन तिथि | 2020-10-09 |
रेटिंग | 4.27/5 कुल 11 रेटिंग्स |
डेवलपर | todd |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Download product images and videos from Chinese ecommerce", "version": "1.2.2", "name": "Baba Image Downloader", "permissions": [ "storage", "activeTab", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.alibaba.com\/", "*:\/\/*.alicdn.com\/", "*:\/\/*.aliexpress-media.com\/", "*:\/\/*.aliexpress.com\/", "*:\/\/*.aliexpress.ru\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon.png", "48": "icon.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.alibaba.com\/product-detail\/*", "*:\/\/*.alibaba.com\/product\/*", "*:\/\/*.alibaba.com\/cps\/*" ], "run_at": "document_idle", "js": [ "inject.js" ], "css": [ "styles.css" ] }, { "matches": [ "*:\/\/*.aliexpress.com\/item\/*", "*:\/\/*.aliexpress.com\/store\/product\/*", "*:\/\/*.aliexpress.ru\/item\/*", "*:\/\/*.aliexpress.ru\/store\/product\/*" ], "run_at": "document_idle", "js": [ "inject2.js" ], "css": [ "styles.css" ] } ], "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "*.png", "*.ttf", "*.gif", "*.svg" ], "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*", "*:\/\/*.alibaba.com\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "rules-1", "enabled": true, "path": "rules.json" } ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |