@@ -4,10 +4,9 @@ import useListExtensionDetails, {
4
4
ChromeExtension ,
5
5
} from ' ../composables/useListExtensionDetails' ;
6
6
7
- // Add extension IDs here. Order doesn't matter, will be sorted by a combination of weekly active users and rating.
7
+ // Add extension IDs to end of the list. On the website, extensions will be sorted by a combination of weekly active users and rating.
8
8
// Change the commit message or PR title to: "docs: Added "[extension name]" to the homepage"
9
9
const chromeExtensionIds = [
10
- ' nkbikckldmljjiiajklecmgmajgapbfl' , // PIPX - Take Control of Picture-in-Picture, Automatically
11
10
' ocfdgncpifmegplaglcnglhioflaimkd' , // GitHub: Better Line Counts
12
11
' mgmdkjcljneegjfajchedjpdhbadklcf' , // Anime Skip Player
13
12
' bfbnagnphiehemkdgmmficmjfddgfhpl' , // UltraWideo
@@ -98,6 +97,7 @@ const chromeExtensionIds = [
98
97
' hnjamiaoicaepbkhdoknhhcedjdocpkd' , // Quick Prompt - https://github.com/wenyuanw/quick-prompt
99
98
' kacblhilkacgfnkjfodalohcnllcgmjd' , // Add QR Code Generator Icon Back To Address Bar
100
99
' fkbdlogfdjmpfepbbbjcgcfbgbcfcnne' , // Piwik PRO Tracking Helper
100
+ ' nkbikckldmljjiiajklecmgmajgapbfl' , // PIPX - Take Control of Picture-in-Picture, Automatically
101
101
];
102
102
103
103
const { data, err, isLoading } = useListExtensionDetails (chromeExtensionIds );
0 commit comments