For your information, the following is my approach of finding broken links in web pages:
I do not use WebUI.verifyAllLinksOnCurrentPageAccessible keyword.
I explicitly select <a href="..."> elements in the target page and check the HREF availability. My approach will safely ignore the problematic URL:
<script src="chrome-extension://... "></script>