Tự động download tải ảnh video trên shopee

Hukata save là addon Tự động download tải ảnh trên shopee chỉ với 2 cú nhấp chuột

What is Tự động download tải ảnh video trên shopee?

Tự động download tải ảnh video trên shopee is a Chrome extension developed by https://hukata.vn, and its main feature is "Hukata save là addon Tự động download tải ảnh trên shopee chỉ với 2 cú nhấp chuột".

Extension Screenshots

screenshot
screenshot

Download Tự động download tải ảnh video trên shopee Extension CRX File

Download Tự động download tải ảnh video trên shopee 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

                        addon hỗ trợ download các bức ảnh và video của sản phẩm bất kỳ trên shopee chỉ với 2 click. Ngoài ra còn có thêm các chức năng:
- Chọn chất lượng ảnh.
- Chèn logo vào ảnh tải về.
- Chèn chữ vào ảnh tải về.
- Cắt ảnh khi tải về.
Hướng dẫn sử dụng chi tiết xem tại: https://hukata.vn/hoi-dap/huong-dan-cach-tai-anh-shopee-lazada-1688-hang-loat/                    

Extension Basic Information

Name Tự động download tải ảnh video trên shopee Tự động download tải ảnh video trên shopee
ID ibbiinpjbdfkmancophkindbomehilel
Official URL https://chromewebstore.google.com/detail/t%E1%BB%B1-%C4%91%E1%BB%99ng-download-t%E1%BA%A3i-%E1%BA%A3nh/ibbiinpjbdfkmancophkindbomehilel
Description Hukata save là addon Tự động download tải ảnh trên shopee chỉ với 2 cú nhấp chuột
File Size 2.16 MB
Installation Count 8,120
Current Version 7.7
Last Updated 2024-01-19
Publish Date 2021-02-08
Rating 3.17/5 Total 6 Ratings
Developer https://hukata.vn
Email [email protected]
Payment Type in_app
Extension Website https://hukata.vn/
Help Page URL https://hukata.vn/hoi-dap/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": "T\u1ef1 \u0111\u1ed9ng download t\u1ea3i \u1ea3nh video tr\u00ean shopee",
    "version": "7.7",
    "description": "Hukata save l\u00e0 addon T\u1ef1 \u0111\u1ed9ng download t\u1ea3i \u1ea3nh tr\u00ean shopee ch\u1ec9 v\u1edbi 2 c\u00fa nh\u1ea5p chu\u1ed9t",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "author": "Ho\u00e0ng D\u0169ng",
    "action": {
        "default_title": "Hukata save - T\u1ef1 \u0111\u1ed9ng download t\u1ea3i \u1ea3nh video tr\u00ean shopee",
        "default_popup": "popup2.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shopee.vn\/*"
            ],
            "js": [
                "popup.js",
                "popup2.js",
                "popup3.js",
                "popup4.js",
                "popup4.js",
                "jquery.js",
                "background.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}