We have error logs being created fairly regularly for user(s?) with a particular Firefox extension. We are trying to identify this extension to determine the cause. I know a reverse-lookup (ID to name) service exists for Chrome extensions. Is there something similar for Firefox extensions? Thus far, I haven’t been able to find one.
The extension ID/source in question is:
moz-extension://ba9d01f7-5cbf-442b-94bf-f030a6fdc626/scripts/uninterrupt.js
Any insight that can be provided would be much appreciated.
Thanks for the response. I did search for the UID; no matches. The problem is that we don’t have access to the clients whose machines are throwing the exception – we only have user agent and the Mozilla extension in question.
For traceability and security purposes, Mozilla doesn’t maintain some type of link between the extension and the author/publisher?
In case you want to later correlate such an URL to the actual extension:
Go to about:debugging in the browser, select “This Firefox” (or other release channel name). You should then see a list of all extensions (possibly after enabling debugging, if it prompts you for it), with three entries per extension, the first one is the ID, the second one this profile specific UUID and the third one will be a moz-extension URL to the extension’s manifest. Using the last two, you should be able to find the extension that matches the error URI (you can use the find in page feature for convenience).
If this doesn’t uniquely identify which extension it is, or you just want to be very sure, you can find the extension by going to https://addons.mozilla.org/addon/<Extension ID> where you replace <Extension ID> by the ID shown in the first of the three lines. If this gives you an error page, this is likely an unlisted extension.