Add on tiện ích tool download tải ảnh 1688
Tự động tải ảnh sản phẩm bất kỳ trên 1688.com về máy tính chỉ với 1 click chuột
What is Add on tiện ích tool download tải ảnh 1688?
Add on tiện ích tool download tải ảnh 1688 is a Chrome extension developed by https://hukata.vn, and its main feature is "Tự động tải ảnh sản phẩm bất kỳ trên 1688.com về máy tính chỉ với 1 click chuột".
Extension Screenshots
Download Add on tiện ích tool download tải ảnh 1688 Extension CRX File
Download Add on tiện ích tool download tải ảnh 1688 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tiện ích tải ảnh sản phẩm trên 1688.com chỉ với 1 click chuột
Extension Basic Information
Name | Add on tiện ích tool download tải ảnh 1688 |
ID | mhlhikjpjfpjdalnaghfhdfaahkmpeed |
Official URL | https://chromewebstore.google.com/detail/add-on-ti%E1%BB%87n-%C3%ADch-tool-down/mhlhikjpjfpjdalnaghfhdfaahkmpeed |
Description | Tự động tải ảnh sản phẩm bất kỳ trên 1688.com về máy tính chỉ với 1 click chuột |
File Size | 694 KB |
Installation Count | 324 |
Current Version | 1.1 |
Last Updated | 2022-07-13 |
Publish Date | 2022-04-17 |
Developer | https://hukata.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://hukata.vn/ |
Help Page URL | https://hukata.vn/phan-mem/huong-dan-cach-tai-anh-shopee-lazada-1688-hang-loat |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add on ti\u1ec7n \u00edch tool download t\u1ea3i \u1ea3nh 1688", "version": "1.1", "description": "T\u1ef1 \u0111\u1ed9ng t\u1ea3i \u1ea3nh s\u1ea3n ph\u1ea9m b\u1ea5t k\u1ef3 tr\u00ean 1688.com v\u1ec1 m\u00e1y t\u00ednh ch\u1ec9 v\u1edbi 1 click chu\u1ed9t", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "author": "Ho\u00e0ng D\u0169ng", "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_title": "Ti\u1ec7n \u00edch t\u1ea3i \u1ea3nh s\u1ea3n ph\u1ea9m tr\u00ean 1688.com v\u1ec1 m\u00e1y t\u00ednh", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/shopee.vn\/*", "*:\/\/*.1688.com\/*", "*:\/\/lazada.vn\/*" ], "css": [ "popup\/css\/style.css" ], "js": [ "popup\/js\/jquery.js", "popup\/js\/content.js" ] } ], "permissions": [ "downloads" ] } |