diff --git a/docs/guides/browser-extension/create-a-universal-profile.md b/docs/guides/browser-extension/create-a-universal-profile.md
deleted file mode 100644
index dc38d469aa..0000000000
--- a/docs/guides/browser-extension/create-a-universal-profile.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-sidebar_label: 'Create a Universal Profile'
-sidebar_position: 2
----
-
-# Create a Universal Profile
-
-:::danger
-The UP Browser Extension is currently in the **BETA Phase** version. DO NOT use this in production!
-:::
-
-#### 1. Launch the extension and create your profile. You will have to validate your Twitter and Discord profiles.
-
-![Validate Extension](/img/extension/02-create-profile.png)
-
-**_NOTE:_** You can use the same Twitter and Discord profiles for multiple Universal Profiles (UPs). The verification steps for using Twitter/ Discord are not linked to particular profiles.
-The verification is in place for using the relayer. The relayer plays a vital role in subsidizing gas costs for early users and the verification process is in place to prevent bots from abusing the gas quota.
-
-#### 2. Select your backup email.
-
-![Step 2 - Firefox: Set Up Extension](/img/extension/03-create-profile.png)
-
-#### 3. Accept the terms and conditions.
-
-![Step 3 - Firefox: Profile Type Extension](/img/extension/04-create-profile.png)
-
-#### 4. Select your identicon.
-
-![Step 4 - Firefox: Success Extension](/img/extension/05-create-profile.png)
-
-#### 3. Choose between an anonymous or public profile.
-
-![Step 4 - Firefox: Success Extension](/img/extension/06-create-profile.png)
-
-#### 6. Your are now ready to add your profile to the extension!
-
-![Step 4 - Firefox: Success Extension](/img/extension/07-create-profile.png)
diff --git a/docs/guides/browser-extension/install-browser-extension.md b/docs/guides/browser-extension/install-browser-extension.md
index daebf2dd81..cb313907ae 100644
--- a/docs/guides/browser-extension/install-browser-extension.md
+++ b/docs/guides/browser-extension/install-browser-extension.md
@@ -15,33 +15,29 @@ The current UP Browser Extension deploys profiles on the [Testnet](http://docs.l
:::
-:::note
-If you have **MetaMask** installed, _right click on both_ MetaMask and UP Extension and select _"This Can Read and Change Site Data > When you Click the Extension"_. Then you can select for every website which extension you use. By closing the tab you can reset this selection.
+:::info
-**It is important not to forget the previous step. Otherwise, it might conflict with the UP Browser Extension, and this might prevent you from finalising the setup process.**
+Currently, the UP Browser Extension is supported on **Chrome and Brave browsers**.
-
:::
-Currently, the UP Browser Extension is supported on **Chrome and Brave browsers**. This guide will teach you how to download and install the UP Browser Extension on **Chrome and Brave**.
-
-You can test the UP Browser Extension with the following example dApps (Or any other dApp, that runs on the [Testnet](http://docs.lukso.tech/networks/testnet/parameters)):
-
-- [up-test-dapp.lukso.tech](https://up-test-dapp.lukso.tech)
-- [examples.lukso.tech](https://examples.lukso.tech)
-
-Projects built by the LUKSO community:
+### :inbox_tray: **[Download the Extension from Chrome Web Store](https://chrome.google.com/webstore/detail/universal-profiles/abpickdkkbnbcoepogfhkhennhfhehfn) (Chrome / Brave)**
-- [universal.page](https://universal.page/) - Create a customizable website to showcase and sell digital assets on
- LUKSO.
-- [relayer-frontend.vercel.app](https://relayer-frontend.vercel.app/) - A relayer that lets you use your staking rewards to pay for your transaction fees.
+![Chrome Store view](/img/extension/chrome-store.png)
-More are coming 🚀
+:::note
+If you have **MetaMask** installed, _right click on both_ MetaMask and UP Extension and select _"This Can Read and Change Site Data > When you Click the Extension"_. Then you can select for every website which extension you use. By closing the tab you can reset this selection.
-## Download and install the extension
+**It is important not to forget the previous step. Otherwise, it might conflict with the UP Browser Extension, and this might prevent you from finalising the setup process.**
-Download and install the extension from the **Chrome Store**.
+
+:::
-### :inbox_tray: **[Download from Chrome Web Store](https://chrome.google.com/webstore/detail/universal-profiles/abpickdkkbnbcoepogfhkhennhfhehfn) (Chrome / Brave)**
+#### Example dApps for testing the UP Browser Extension
-![Chrome Store view](/img/extension/chrome-store.png)
+| Name | Description | Built by LUKSO/ Community |
+| ------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------- |
+| [up-test-dapp.lukso.tech](https://up-test-dapp.lukso.tech) | LUKSO Demo App | LUKSO |
+| [examples.lukso.tech](https://examples.lukso.tech) | LSP Implementation Examples | LUKSO |
+| [universal.page](https://universal.page/) | Create a customizable website to showcase and sell digital assets on LUKSO | Community |
+| [relayer-frontend.vercel.app](https://relayer-frontend.vercel.app/) | A relayer where you can use your staking rewards to pay for your transaction fees | Community |
diff --git a/docs/guides/universal-receiver-delegate/set-default-implementation.md b/docs/guides/universal-receiver-delegate/set-default-implementation.md
index 6391bb7fbe..c9e7110382 100644
--- a/docs/guides/universal-receiver-delegate/set-default-implementation.md
+++ b/docs/guides/universal-receiver-delegate/set-default-implementation.md
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
:::note
-Users deploying their Universal Profiles using the guides that utilize **[lsp-factory](../universal-profile/create-profile.md)** or the **[Browser Extension](../browser-extension/create-a-universal-profile.md)** can skip this guide, as this contract is already deployed and set for their profiles.
+Users deploying their Universal Profiles using the guides that utilize **[lsp-factory](../universal-profile/create-profile.md)** or the **[Browser Extension](../browser-extension/install-browser-extension.md)** can skip this guide, as this contract is already deployed and set for their profiles.
:::