Skip to content

Commit 6dfae4a

Browse files
committed
new web
1 parent 079cc9e commit 6dfae4a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

popup/tabs.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,20 @@ const recommendTab = {
10381038
window.open("https://github.com/HoangTran0410/FBMediaDownloader"),
10391039
},
10401040
},
1041+
// https://www.nirsoft.net/
1042+
{ name: { en: "--- Tools ---", vi: "--- Công cụ hay ---" } },
1043+
{
1044+
id: "recommend_nirsoft",
1045+
icon: "https://www.nirsoft.net/favicon.ico",
1046+
name: { en: "Nirsoft", vi: "Nirsoft" },
1047+
description: {
1048+
en: "A unique collection of small and useful freeware utilities",
1049+
vi: "Tổng hợp bộ công cụ nhanh, nhẹ, miễn phí dành cho windows",
1050+
},
1051+
popupScript: {
1052+
onClick: () => window.open("https://www.nirsoft.net/"),
1053+
},
1054+
},
10411055
{ name: { en: "--- Extensions ---", vi: "--- Extensions hay ---" } },
10421056
{
10431057
id: "recommend_CRXViewer",

0 commit comments

Comments
 (0)