File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11export 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 ;
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ import { showLoading } from "./helpers/utils.js";
22
33export 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 ( ) {
You can’t perform that action at this time.
0 commit comments