Download Image 1688, Taobao, Tmall by QThang
Click chuột phải hoặc click DOWNLOAD THIS IMAGE để tải về hình ảnh gốc tại trang 1688, Taobao, Tmall, Tiki, Lazada, Shopee
Wat is Download Image 1688, Taobao, Tmall by QThang?
Download Image 1688, Taobao, Tmall by QThang is een Chrome-extensie ontwikkeld door QThang.net, en de belangrijkste functie is "Click chuột phải hoặc click DOWNLOAD THIS IMAGE để tải về hình ảnh gốc tại trang 1688, Taobao, Tmall, Tiki, Lazada, Shopee".
Extensie Screenshots
Download het CRX-bestand van de extensie Download Image 1688, Taobao, Tmall by QThang
Download Download Image 1688, Taobao, Tmall by QThang-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Đây là phần mềm cho phép tải về hình ảnh gốc tại trang web 1688.com, taobao.com, tmall.com, lazada.vn, tiki.vn, Shopee.vn bằng cách nhấn chuột phải hoặc nhấn nút DOWNLOAD THIS IMAGE. Hướng dẫn sử dụng: Bạn chỉ cần chuột phải vào hình ảnh bạn muốn tải về và lưu về máy như những trang cho phép tải ảnh khác mà không cần phải open source F12 phức tạp. Thân!
Basisinformatie over de Extensie
Naam | Download Image 1688, Taobao, Tmall by QThang |
ID | gghihgpbkhfnjcnodemegkldekipnoec |
Officiële URL | https://chromewebstore.google.com/detail/download-image-1688-taoba/gghihgpbkhfnjcnodemegkldekipnoec |
Beschrijving | Click chuột phải hoặc click DOWNLOAD THIS IMAGE để tải về hình ảnh gốc tại trang 1688, Taobao, Tmall, Tiki, Lazada, Shopee |
Bestandsgrootte | 2.06 MB |
Aantal Installaties | 1,525 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2022-01-25 |
Publicatiedatum | 2020-07-06 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | QThang.net |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Image 1688, Taobao, Tmall by QThang", "version": "1.0.5", "description": "Click chu\u1ed9t ph\u1ea3i ho\u1eb7c click DOWNLOAD THIS IMAGE \u0111\u1ec3 t\u1ea3i v\u1ec1 h\u00ecnh \u1ea3nh g\u1ed1c t\u1ea1i trang 1688, Taobao, Tmall, Tiki, Lazada, Shopee", "author": "QThang", "homepage_url": "https:\/\/www.qthang.net\/?utm_source=extension", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "browser_action": { "default_popup": "pages\/popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/detail.1688.com\/*", "*:\/\/item.taobao.com\/*", "*:\/\/detail.tmall.hk\/*", "*:\/\/*.detail.tmall.com\/*", "*:\/\/*.tmall.com\/*", "https:\/\/www.lazada.vn\/*", "https:\/\/tiki.vn\/*", "*:\/\/shopee.vn\/*" ], "js": [ "js\/libs\/jquery_3_3_1.js", "js\/libs\/rightclick.js" ] }, { "matches": [ "*:\/\/detail.1688.com\/*" ], "css": [ "css\/styles_1688.css" ], "js": [ "js\/content_1688.js" ] }, { "matches": [ "*:\/\/item.taobao.com\/*" ], "css": [ "css\/styles_taobao.css" ], "js": [ "js\/content_taobao.js" ] }, { "matches": [ "*:\/\/detail.tmall.hk\/*", "*:\/\/*.detail.tmall.com\/*", "*:\/\/*.tmall.com\/*" ], "css": [ "css\/styles_tmall.css" ], "js": [ "js\/content_tmall.js" ] }, { "matches": [ "https:\/\/www.lazada.vn\/*" ], "css": [ "css\/styles_lazada.css" ], "js": [ "js\/content_lazada.js" ] }, { "matches": [ "https:\/\/tiki.vn\/*" ], "css": [ "css\/styles_tiki.css" ], "js": [ "js\/content_tiki.js" ] }, { "matches": [ "*:\/\/shopee.vn\/*" ], "js": [ "js\/content_shopee.js" ] } ] } |