Skip to content

Commit 2f5ac36

Browse files
author
hoang.tran12
committed
update nam+desc
1 parent a461b6d commit 2f5ac36

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

scripts/insta_getAllImagesInUserProfile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export default {
22
name: {
3-
en: "Get all images in insta user profile",
4-
vi: "Tải tất cả ảnh insta user profile",
3+
en: "Get all images in insta user profile (scroll)",
4+
vi: "Tải tất cả ảnh insta user profile (scroll)",
55
},
66
description: {
7-
en: "Get all images in instagram user profile",
8-
vi: "Tải tất cả ảnh có trong profile của user instagram bất kỳ",
7+
en: "Get all images in instagram user profile (manual: auto scroll and query media in user profile page)",
8+
vi: "Tải tất cả ảnh có trong profile của user instagram bất kỳ (thủ công: tự scroll trang web và lấy data từ web)",
99
},
10-
10+
1111
onClick: async function () {
1212
const WAIT_FOR_MODAL_IMG_LOAD = 5000;
1313
const FIND_IMG_IN_MODAL_INTERVAL = 100;

scripts/insta_getAllUserMedia.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import { showLoading } from "./helpers/utils.js";
22

33
export default {
44
name: {
5-
en: "Get all media of insta user",
6-
vi: "Tải về tất cả media của insta user",
5+
en: "Get all media of insta user (API)",
6+
vi: "Tải về tất cả media của insta user (API)",
77
},
88
description: {
9-
en: "Get all media of instagram user",
10-
vi: "Tải về tất cả ảnh/video của người dùng instagram",
9+
en: "Get all media of instagram user (use instagram API)",
10+
vi: "Tải về tất cả ảnh/video của người dùng instagram (sử dụng API instagram)",
1111
},
1212

1313
onClickExtension: async function () {

0 commit comments

Comments
 (0)