For example:
http://wpdetective.io/wordpress.org
That trips it up a bit with false positives, finding plugins that aren't plugins.
I would guess you'd have better luck parsing the html and extracting the href attributes of any <link> tags, src attributes of <script> tags, etc. Then pattern matching only against that.