Skip to content

Commit 3b14de8

Browse files
committed
instantgram
1 parent 58df164 commit 3b14de8

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

popup/tabs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ const tabs = [
6060
s.zingmp3_downloadMusic,
6161
s.zingmp3_oldLayout,
6262
createTitle("--- Videos ---", "--- Video ---"),
63-
s.fb_videoDownloader,
6463
s.download_video,
6564
s.download_video2,
6665
createTitle("--- Photos ---", "--- Ảnh ---"),
@@ -116,6 +115,8 @@ const tabs = [
116115
// s.insta_reloaded,
117116
s.insta_getToken,
118117
s.insta_getUserInfo,
118+
createTitle("--- Download ---", "--- Tải xuống ---"),
119+
s.instantgram,
119120
s.insta_getAllUserMedia,
120121
s.insta_getAllImagesInNewFeed,
121122
s.insta_getAllImagesInUserProfile,

scripts/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ import fb_videoDownloader from "./fb_videoDownloader.js";
112112
import viewBrowserInfo from "./viewBrowserInfo.js";
113113
import tiktok_downloadVideo from "./tiktok_downloadVideo.js";
114114
import douyin_downloadVideo from "./douyin_downloadVideo.js";
115+
import instantgram from "./instantgram.js";
115116

116117
// inject badges
117118
const allScripts = {
@@ -233,6 +234,7 @@ const allScripts = {
233234
viewBrowserInfo: addBadge(viewBrowserInfo, BADGES.new),
234235
tiktok_downloadVideo: addBadge(tiktok_downloadVideo, BADGES.new),
235236
douyin_downloadVideo: addBadge(douyin_downloadVideo, BADGES.new),
237+
instantgram: addBadge(instantgram, BADGES.new),
236238
};
237239

238240
// inject id to all scripts

scripts/instantgram.js

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)