List installed chrome extensions

PHOTO EMBED

Mon Jul 22 2024 01:02:25 GMT+0000 (Coordinated Universal Time)

Saved by @baamn #javascript #chrome #extentions

//You can copy a JSON list of all the extensions and their URLs by going to chrome://extensions and entering this in your console
document.querySelector('extensions-manager').extensions_.map(({id, name, state, webStoreUrl}) => ({id, name, state, webStoreUrl}))
content_copyCOPY

https://superuser.com/questions/1164152/get-a-list-of-installed-chrome-extensions