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

Cos'è Add on tiện ích tool download tải ảnh 1688?

Add on tiện ích tool download tải ảnh 1688 è un'estensione di Chrome sviluppata da https://hukata.vn, e la sua funzione principale è "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".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add on tiện ích tool download tải ảnh 1688

Scarica i file di estensione Add on tiện ích tool download tải ảnh 1688 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Tiện ích tải ảnh sản phẩm trên 1688.com chỉ với 1 click chuột                    

Informazioni di Base sull'Estensione

Nome Add on tiện ích tool download tải ảnh 1688 Add on tiện ích tool download tải ảnh 1688
ID mhlhikjpjfpjdalnaghfhdfaahkmpeed
URL Ufficiale https://chromewebstore.google.com/detail/add-on-ti%E1%BB%87n-%C3%ADch-tool-down/mhlhikjpjfpjdalnaghfhdfaahkmpeed
Descrizione 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
Dimensione del File 694 KB
Conteggio Installazioni 324
Versione Corrente 1.1
Ultimo Aggiornamento 2022-07-13
Data di Pubblicazione 2022-04-17
Sviluppatore https://hukata.vn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hukata.vn/
URL della Pagina di Aiuto https://hukata.vn/phan-mem/huong-dan-cach-tai-anh-shopee-lazada-1688-hang-loat
Lingue Supportate 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"
    ]
}