Snippets Collections
//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}))
star

Mon Jul 22 2024 01:02:25 GMT+0000 (Coordinated Universal Time) https://superuser.com/questions/1164152/get-a-list-of-installed-chrome-extensions

#javascript #chrome #extentions

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension