Ramiro Aparicio wrote: > New browsers = new extension instances, so they do not share anything if > you did not used common compoments, so new initializations should not be > a problem. Well, it depends what you are doing during initialisation. In my case, I am making server requests that don't need to be repeated. - Brian