Indeed, when your extension is used from a context menu invoked from another extension, it didn’t check for tab.url first, and instead found the page URL, in this case the URL of the panel or popup. Now it checks for tab.url first, then try to find the URL like before.
Someone reported that this extension doesn’t work from Tab Center Reborn. I can reproduce with Tree Style Tab, too.
Indeed, when your extension is used from a context menu invoked from another extension, it didn’t check for
tab.url
first, and instead found the page URL, in this case the URL of the panel or popup. Now it checks fortab.url
first, then try to find the URL like before.