Extract the Author and Website property for all user objects

Hi!

Is it possible to extract the Author and Website property for all user object in the grasshopper ribbon by looping through them like you can do for the Name and NickName properties?

I am not able to find the Author and Website properties under the Grasshopper.Instances.ComponentServer.ObjectProxies like I did for the other properties I wanted to extract. See attached example used to extract the other properties. Read only property is sufficient.

GetComponentInfo.gh (4.8 KB)