From af9299e3ee36558c491eb16b32ba4e3017b06796 Mon Sep 17 00:00:00 2001 From: Cassie <37855219+CodeF53@users.noreply.github.com> Date: Sun, 26 Oct 2025 03:27:48 -0600 Subject: [PATCH] readme: add easier instructions for finding pluginIDs --- .github/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 4e0e03c..72a8a70 100644 --- a/.github/README.md +++ b/.github/README.md @@ -195,7 +195,11 @@ Check [this comment](https://github.com/0xc000022070/zen-browser-flake/issues/59 } ``` -To setup your own extensions you should: +You can find the `pluginId`s to use in the above snippet by +1. installing the extensions you want to use as you would normally +2. use about:debugging#/runtime/this-firefox to find their `Extension ID` + +Or follow the following steps to find their IDs manually: 1. [Go to Add-ons for Firefox](https://addons.mozilla.org/en-US/firefox/). 2. Go to the page of the extension that you want to declare.