You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Installing and using React Developer Tools in Spotify.
4
+
---
5
+
6
+
To install React Developer Tools in Spotify:
7
+
8
+
1. Launch Spotify in the developer mode (and with the `--enable-chrome-runtime` flag if you are using **Spotify older than 1.2.34**; without it React Developer Tools won't work)
9
+
2. Press *Ctrl + Shift + T*
10
+
3. Press *Ctrl + N*
11
+
4. Navigate to the React Developer Tools page on Chrome Web Store using the address bar: `https://chromewebstore.google.com/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi`
12
+
5. Press the "Add to Chrome" button
13
+
6. Confirm your choice
14
+
15
+
You may need to press *F5* to get the extension working.
16
+
17
+
If you get an error saying that you're not allowed to install extensions, try using this switch: `--allowlisted-extension-id=fmkadmapgofadopljbjfkapdkoienihi`.
18
+
19
+
You can find more info about React Developer Tools on the [official React website](https://react.dev/learn/react-developer-tools).
0 commit comments