From 454798a6275010f5d5163e54e74633d915b7c5c7 Mon Sep 17 00:00:00 2001 From: yukidaruma <6897821+yukidaruma@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:08:17 +0900 Subject: [PATCH] docs: Added "Livestream Chat Reader" to the homepage --- docs/.vitepress/components/UsingWxtSection.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/components/UsingWxtSection.vue b/docs/.vitepress/components/UsingWxtSection.vue index 81dbf3818..3f02c0988 100644 --- a/docs/.vitepress/components/UsingWxtSection.vue +++ b/docs/.vitepress/components/UsingWxtSection.vue @@ -102,6 +102,7 @@ const chromeExtensionIds = [ 'ehmoihnjgkdimihkhokkmfjdgomohjgm', // Filmbudd Pro - Simple, private – and synced ratings and watch notes across all your devices 'alglchohmdikgdjhafiicilegegieafa', // MultiField CopyCat - Copy, Paste & Autofill Web Forms Instantly 'aamihahiiogceidpbnfgehacgiecephe', // ChatSight - Add Table of Contents to ChatGPT + 'gpnckbhgpnjciklpoehkmligeaebigaa', // Livestream Chat Reader - Text-to-Speech for YouTube/Twitch chat ]; const { data, err, isLoading } = useListExtensionDetails(chromeExtensionIds);