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
Vad är Tự động download tải ảnh video trên shopee?
Tự động download tải ảnh video trên shopee är en Chrome-tillägg utvecklad av https://hukata.vn, och dess huvudfunktion är "Hukata save là addon Tự động download tải ảnh trên shopee chỉ với 2 cú nhấp chuột".
Tilläggsskärmbilder
Ladda ner Tự động download tải ảnh video trên shopee-förlängningens CRX-fil
Ladda ner Tự động download tải ảnh video trên shopee-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | ibbiinpjbdfkmancophkindbomehilel |
| Officiell webbadress | https://chromewebstore.google.com/detail/t%E1%BB%B1-%C4%91%E1%BB%99ng-download-t%E1%BA%A3i-%E1%BA%A3nh/ibbiinpjbdfkmancophkindbomehilel |
| Beskrivning | Hukata save là addon Tự động download tải ảnh trên shopee chỉ với 2 cú nhấp chuột |
| Filstorlek | 2.16 MB |
| Antal Installationer | 8,120 |
| Aktuell Version | 7.7 |
| Senast Uppdaterad | 2024-01-19 |
| Publiceringsdatum | 2021-02-08 |
| Betyg | 3.17/5 Totalt 6 Betyg |
| Utvecklare | https://hukata.vn |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Tilläggswebbplats | https://hukata.vn/ |
| Hjälpsida URL | https://hukata.vn/hoi-dap/huong-dan-cach-tai-anh-shopee-lazada-1688-hang-loat/ |
| Stödda Språk | 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"
]
}
]
} | |