Hey, thanks for the helpful plugin. I found what I think is a small bug in the latest release: the filter in get_the_post_thumbnail() uses the post ID (global $id) as part of the filter key, rather than using the thumbnail ID.
E.g., for a featured image that is registered to "post" and called "archive_image", I would expect the following filter key:
post_archive_image_thumbnail_html
Instead, the filter key ends up being something like this:
post_641_thumbnail_html