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
Wat is Tự động download tải ảnh video trên shopee?
Tự động download tải ảnh video trên shopee is een Chrome-extensie ontwikkeld door https://hukata.vn, en de belangrijkste functie is "Hukata save là addon Tự động download tải ảnh trên shopee chỉ với 2 cú nhấp chuột".
Extensie Screenshots
Download het CRX-bestand van de extensie Tự động download tải ảnh video trên shopee
Download Tự động download tải ảnh video trên shopee-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
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/ Basisinformatie over de Extensie
| Naam | |
| ID | ibbiinpjbdfkmancophkindbomehilel |
| Officiële URL | https://chromewebstore.google.com/detail/t%E1%BB%B1-%C4%91%E1%BB%99ng-download-t%E1%BA%A3i-%E1%BA%A3nh/ibbiinpjbdfkmancophkindbomehilel |
| Beschrijving | Hukata save là addon Tự động download tải ảnh trên shopee chỉ với 2 cú nhấp chuột |
| Bestandsgrootte | 2.16 MB |
| Aantal Installaties | 8,120 |
| Huidige Versie | 7.7 |
| Laatst Bijgewerkt | 2024-01-19 |
| Publicatiedatum | 2021-02-08 |
| Beoordeling | 3.17/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | https://hukata.vn |
| [email protected] | |
| Betalingswijze | in_app |
| Extensiewebsite | https://hukata.vn/ |
| Help Pagina-URL | https://hukata.vn/hoi-dap/huong-dan-cach-tai-anh-shopee-lazada-1688-hang-loat/ |
| Ondersteunde Talen | 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"
]
}
]
} | |