extension_finder
extension_finder copied to clipboard
Cannot find Chrome Extension
OS: Microsoft Windows 7 Home Premium SP1 64-bit Chrome Installation Path: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
When I run the python extension_finder.py
command, I'm getting a message saying Could not find Chrome Extensions!
When I run the .\FindIEExtensions.ps1
command, I'm getting this error message
Get-ItemProperty : Property ClsidExtension does not exist at path HKEY_LOCAL_MACHINE\Software\Microsoft\Internet
Explorer\Extensions\{A95fe080-8f5d-11d2-a20b-00aa003c157a}.
At C:\Users\ishu\Documents\Github\extension_finder\FindIEExtensions.ps1:129 char:23
+ ... $clsid = (Get-ItemProperty -Path $key\$id -Name ClsidExtension).'Cl ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (ClsidExtension:String) [Get-ItemProperty], PSArgumentException
+ FullyQualifiedErrorId : System.Management.Automation.PSArgumentException,Microsoft.PowerShell.Commands.GetItemPropertyCommand
Get-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Classes\CLSID\InProcServer32' because it does not exist.
At C:\Users\ishu\Documents\Github\extension_finder\FindIEExtensions.ps1:44 char:17
+ ... $dll = (Get-ItemProperty -Path $CLSID_KEY\$clsid\InProcServer32). ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (HKLM:\SOFTWARE\...\InProcServer32:String) [Get-ItemProperty], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemPropertyCommand