Hi!
I have an extension that started to behave strange few chrome versions ago.
Sometimes, and I cannot detect exactly when, our extensions stops working, and the reason is that tab object is missing url property.
By using chrome.tabs.query I'm getting active tab, and tab is always returned correctly, and almost always has url property. But sometimes it just stops working and url property is missing.
Uninstalling extension (or any other extension you have installed) solves the problem. Because problem is fixed by uninstalling any other extension user may have installed I thought it might be some chrome error.
Anyone had similar issue or have any idea what could be causing this?
Thanks