In the minified js there is String.prototype.startsWith=function(e){return this.substring(0,e.length)===e}.
This breaks the 2 argument form globally across the whole extension host and in turn this breaks our extension.
Looking at the installed files I think it may be from here and I have filed an upstream report here.