Wonderful extension, thank you very much!
(hoping imgur will never go down, because with that I will use it a lot...)
I was not a fan of the link on the images, but it's really easy to remove it with a little CSS so I don't think it would need any option:
.Post-body a[href*="imgur"] {
cursor: default;
pointer-events: none;
border-bottom:none;
}