I went through these and removed the ones that I know got patched.
Untestable for me) Go to http://chrome://inspect/#extensions and then find your extension. Click “inspect”. There will be a series of topics on the top, click “console”. Then, at the bottom, there is a type pad. Write down: window.close(true) THEN BOOM. It’s gone. To reverse this, restart your computer.
(Probably works) all you have to do is open a console (default chrome: ctrl+shift+j) and put this code in: var a=true;while(a){alert(a);}
then hit enter. when the msg box appears, click the check box that says "prevent this page from showing additional diologs" (or something like that)
Your filter should be disabled until you restart.