I\'d like to use JavaScript to add a search bar for chrome://extensions/ page, so I created a file called test.user.js, and write scripts in it:
chrome://extensions/
I think, that page is not "ordinary" web page, it's high security area, where you can't mess around with userscripts. That is what plugins are for.