Modify a Filters Second Parameter

No this isn’t possible without changing the original code. Filters work on the very first parameter, the other parameters are provided for context.

You will need too either get the author to add a filter for the data variable, fork the plugin, or use a competitor.

The only exception, is if $data is an object not an array and you want to modify it. However, it cannot be replaced, and it cannot be done with an array or any other data type.