I’m not sure where you want to add content to. At the bottom of the page builder pages?
If a theme is not displaying post (page) content this plugin cannot add the additional content. It can only add additional content to post content when it’s displayed with the the_content() function.
I will update the readme text with this information
This plugin appends content if the theme uses the_content() function inside the main query loop.
The page builder pages don’t use a loop to display the widgets (content). That’s why this plugin cannot add any additional content. The restriction to only append it within the main loop posts is so it doesn’t add it after other queries that also use the_content() to display content.