There have been many questions and answers to whether and how it is possible to get the source code of a webpage for usage in a chrome extension.
I would like to get hold of the JavaScript source code however, not the DOM tree.
I need to get the content of each used JavaScript file.
Through the DOM tree I can access which JavaScript files are referenced, but how could I get the content of those for usage in my chrome extension?