Skip to content

Commit 15fcef1

Browse files
author
hoang.tran12
committed
chrome flags for faster browser
1 parent 043460c commit 15fcef1

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

popup/tabs.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,25 @@ const tabs = [
682682
s.viewCookies,
683683
s.removeCookies,
684684
createTitle("--- Other ---", "--- Khác ---"),
685+
{
686+
id: "recommend_chromeFlags",
687+
icon: '<i class="fa-solid fa-flask fa-lg"></i>',
688+
name: {
689+
en: "Make browser super fast",
690+
vi: "Tăng tốc tối đa trình duyệt",
691+
},
692+
description: {
693+
en: "Some flags experiments that can make your browser super fast",
694+
vi: "Các flags giúp trình duyệt của bạn chạy nhanh hơn thỏ",
695+
},
696+
badges: [BADGES.new],
697+
popupScript: {
698+
onClick: () =>
699+
window.open(
700+
"https://www.androidauthority.com/chrome-flags-1009941/"
701+
),
702+
},
703+
},
685704
{
686705
id: "recommend_viewSavedWifiPass",
687706
icon: '<i class="fa-solid fa-wifi"></i>',

working_note.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 28/04/2024 - 24/05/2024
44

5+
- [x] chrome flags for faster web exp <https://www.androidauthority.com/chrome-flags-1009941/>
6+
57
- [ ] fb detect unfriend - xem ai huỷ kết bạn với bạn
68

79
- [x] Enable smooth scroll <https://chrome.google.com/webstore/detail/nbokbjkabcmbfdlbddjidfmibcpneigj>

0 commit comments

Comments
 (0)