Get List of All Installed Chrome Extensions
Get List of All Installed Chrome Extensions
If you are a frequent user of Google Chrome, then you probably have a lot of extensions installed on your browser. At times it becomes important to know the list of all installed Chrome extensions for various reasons such as troubleshooting, privacy, and security. Here are a few ways to get the list of all installed Chrome extensions:
Method 1: Using Chrome Settings
This is the easiest method to get the list of all installed Chrome extensions which involves navigating through the Chrome settings.
- Open Google Chrome and click on the three vertical dots at the top right corner.
- Select "More Tools" option from the drop-down menu and click on "Extensions".
- You will now see a list of all the extensions you have installed on your browser with their respective names and details.
Method 2: Using Chrome's Developer Tools
This method is a bit more technical and requires using Chrome's Developer Tools to get the list of all installed extensions.
- Open Google Chrome and press F12 or right-click on any page and select "Inspect".
- Click on the "Console" tab in the Developer Tools window.
- Type "chrome://extensions/" and press enter.
- You will now see a list of all the extensions you have installed on your browser with their respective names and details.
Method 3: Using Command Prompt/Terminal
If you want to get the list of all installed Chrome extensions using command prompt or terminal, follow these steps:
- Open Command Prompt or Terminal on your Windows/Mac device.
- Type the command "chrome://version" and press enter.
- You will now see a list of all the details about your Chrome browser. Look for the "Profile Path" section and copy the path.
- Go to the copied path and navigate to the "Extensions" folder.
- You will now see a list of all the extensions you have installed on your browser with their respective names and details.
// Method 1: Using Chrome Settings
Open Google Chrome and click on the three vertical dots at the top right corner.
Select "More Tools" option from the drop-down menu and click on "Extensions".
You will now see a list of all the extensions you have installed on your browser with their respective names and details.
// Method 2: Using Chrome's Developer Tools
Open Google Chrome and press F12 or right-click on any page and select "Inspect".
Click on the "Console" tab in the Developer Tools window.
Type "chrome://extensions/" and press enter.
You will now see a list of all the extensions you have installed on your browser with their respective names and details.
// Method 3: Using Command Prompt/Terminal
Open Command Prompt or Terminal on your Windows/Mac device.
Type the command "chrome://version" and press enter.
You will now see a list of all the details about your Chrome browser. Look for the "Profile Path" section and copy the path.
Go to the copied path and navigate to the "Extensions" folder.
You will now see a list of all the extensions you have installed on your browser with their respective names and details.