
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/333462ac-4dfe-4e70-b334-5092d7847e55n%40chromium.org.
Just to verify, does going to the path mentioned in about:version using the browser (just copy-paste in the address bar) show any file list?
It is not an easy way, but all of the extension files are available when navigating to chrome-extension://(extension-id)/path/to/file, so you could theoretically download each of those, one by one or programmatically, but looking at the manifest (chrome-extension://(extension-id)/manifest.json) to get a clue and by monitoring the network panel of the developer tools for the extension. You might miss some circumstantial resources, though.
Requests to the server have been blocked by an extension.