Within a plugin the add_filter and remove_filter or remove_filters do not behave as you would expect. Needing to change get_the_excerpt() within a plugin is a little different, as you have to make sure it only affects the pages the plugin controls or else you will change it globally in the theme.
Read More